Skip to content

Commit 5b1f528

Browse files
committed
Update changelog
1 parent c771c05 commit 5b1f528

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

extensions/ql-vscode/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [UNRELEASED]
44

5+
- When downloading a 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)
6+
- 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)
7+
- You can manually add individual database source folders to the workspace with the "Add Database Source to Workspace" right-click command in the databases view.
8+
- To restore the old behavior of adding all database source folders by default, set the `codeQL.addingDatabases.addDatabaseSourceToWorkspace` setting to `true`.
59
- The "Sort by Language" action in the databases view now sorts by name within each language. [#3055](https://github.com/github/vscode-codeql/pull/3055)
610

711
## 1.9.4 - 6 November 2023
@@ -11,6 +15,8 @@ No user facing changes.
1115
- 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)
1216
- You can manually add individual database source folders to the workspace with the "Add Database Source to Workspace" right-click command in the databases view.
1317
- To restore the old behavior of adding all database source folders by default, set the `codeQL.addingDatabases.addDatabaseSourceToWorkspace` setting to `true`.
18+
- You can manually add individual database source folders to the workspace with the "Add Database Source to Workspace" right-click command in the databases view.
19+
- To restore the old behavior of adding all database source folders by default, set the `codeQL.databaseDownload.addDatabaseSourceToWorkspace` setting to `true`.
1420

1521
## 1.9.3 - 26 October 2023
1622

0 commit comments

Comments
 (0)