Skip to content

Commit c111a74

Browse files
committed
Update changelog
1 parent c771c05 commit c111a74

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

extensions/ql-vscode/CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

33
## [UNRELEASED]
44

5+
- 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)
6+
- 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.
7+
- To restore the old behavior of adding all database source folders by default, set the `codeQL.addingDatabases.addDatabaseSourceToWorkspace` setting to `true`.
58
- 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)
69

710
## 1.9.4 - 6 November 2023
811

912
No user facing changes.
10-
- 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)
11-
- 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)
12-
- 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.
13-
- To restore the old behavior of adding all database source folders by default, set the `codeQL.addingDatabases.addDatabaseSourceToWorkspace` setting to `true`.
1413

1514
## 1.9.3 - 26 October 2023
1615

0 commit comments

Comments
 (0)