Skip to content

Commit 4c83805

Browse files
committed
Update changelog
1 parent 742bca1 commit 4c83805

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

extensions/ql-vscode/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- Add a _CodeQL: Preview Query Help_ command to generate Markdown previews of `.qhelp` query help files. This command should only be run in trusted workspaces. See https://codeql.github.com/docs/codeql-cli/testing-query-help-files for more information about query help. [#988](https://github.com/github/vscode-codeql/pull/988)
1111
- Make "Open Referenced File" command accessible from the active editor menu. [#989](https://github.com/github/vscode-codeql/pull/989)
1212
- Allow query result locations with 0 as the end column value. These are treated as the first column in the line. [#1002](https://github.com/github/vscode-codeql/pull/1002)
13+
- Change remote query support so that query files that are not in the root of the query pack can be uploaded and run. [#1009](https://github.com/github/vscode-codeql/pull/1009)
1314

1415
## 1.5.6 - 07 October 2021
1516

extensions/ql-vscode/src/vscode-tests/cli-integration/run-remote-query.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { CodeQLExtensionInterface } from '../../extension';
1313
import { setRemoteControllerRepo, setRemoteRepositoryLists } from '../../config';
1414
import { UserCancellationException } from '../../commandRunner';
1515

16-
describe.only('Remote queries', function() {
16+
describe('Remote queries', function() {
1717
const baseDir = path.join(__dirname, '../../../src/vscode-tests/cli-integration');
1818

1919
let sandbox: sinon.SinonSandbox;

0 commit comments

Comments
 (0)