Skip to content

Commit bb9a808

Browse files
committed
v1.10.0
1 parent d360815 commit bb9a808

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

extensions/ql-vscode/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# CodeQL for Visual Studio Code: Changelog
22

3-
## [UNRELEASED]
3+
## 1.10.0 - 16 November 2023
44

55
- Add new CodeQL views for managing databases and queries:
6-
1. A queries panel, to create and run queries in one place.
7-
2. A language selector, to quickly determine the language compatibility of databases and queries.
6+
1. A queries panel that shows all queries in your workspace. It allows you to view, create, and run queries in one place.
7+
2. A language selector, which allows you to quickly filter databases and queries by language.
88

99
For more information, see the [documentation](https://codeql.github.com/docs/codeql-for-visual-studio-code/analyzing-your-projects/#filtering-databases-and-queries-by-language).
1010
- When adding a CodeQL database, we no longer add the database source folder to the workspace by default (since this caused bugs in single-folder workspaces). [#3047](https://github.com/github/vscode-codeql/pull/3047)

extensions/ql-vscode/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/ql-vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "CodeQL for Visual Studio Code",
55
"author": "GitHub",
66
"private": true,
7-
"version": "1.9.5",
7+
"version": "1.10.0",
88
"publisher": "GitHub",
99
"license": "MIT",
1010
"icon": "media/VS-marketplace-CodeQL-icon.png",

0 commit comments

Comments
 (0)