Skip to content

Commit aa0d844

Browse files
committed
Add more context in changelog
1 parent 2523f81 commit aa0d844

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

extensions/ql-vscode/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
- Display a helpful message and link to documentation when a query produces no results. [#866](https://github.com/github/vscode-codeql/pull/866)
77
- Refresh test databases automatically after a test run. [#868](https://github.com/github/vscode-codeql/pull/868)
88
- Allow users to specify a custom directory for storing query server logs (`codeQL.runningQueries.customLogDirectory`). The extension will not delete these logs automatically. [#863](https://github.com/github/vscode-codeql/pull/863)
9-
- Support the "workspace trust" feature. This extension is enabled in untrusted workspaces, but it restricts commands that contain arbitrary paths. [#861](https://github.com/github/vscode-codeql/pull/861)
9+
- Support the VS Code [Workspace Trust feature](https://code.visualstudio.com/docs/editor/workspace-trust). This extension is now enabled in untrusted workspaces, but it restricts commands that contain arbitrary paths. [#861](https://github.com/github/vscode-codeql/pull/861)
10+
- Allow the `codeQL.cli.executablePath` configuration setting to be set in workspace-scoped configuration files. This means that each workspace can now specify its own CodeQL CLI compiler, a feature that is unblocked due to implementing Workspace Trust. [#861](https://github.com/github/vscode-codeql/pull/861)
1011

1112
## 1.4.8 - 05 May 2021
1213

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"capabilities": {
2525
"untrustedWorkspaces": {
2626
"supported": "limited",
27-
"description": "Workspace trust is required to execute commands that can contain arbitrary paths. ",
27+
"description": "Workspace trust is required to execute commands that can contain arbitrary paths.",
2828
"restrictedConfigurations": [
2929
"codeQL.cli.executablePath",
3030
"codeQL.runningTests.additionalTestArguments"

0 commit comments

Comments
 (0)