Skip to content

Commit ee49fb5

Browse files
committed
Merge branch 'koesie10/unified-webpack-bundle' into koesie10/abstract-interface-manager
2 parents 2dfa0e8 + de6c523 commit ee49fb5

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed

extensions/ql-vscode/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CodeQL for Visual Studio Code: Changelog
22

3+
## [UNRELEASED]
4+
35
## 1.6.11 - 25 August 2022
46

57
No user facing changes.

extensions/ql-vscode/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/ql-vscode/package.json

Lines changed: 2 additions & 2 deletions
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.6.11",
7+
"version": "1.6.12",
88
"publisher": "GitHub",
99
"license": "MIT",
1010
"icon": "media/VS-marketplace-CodeQL-icon.png",
@@ -288,7 +288,7 @@
288288
"default": "",
289289
"pattern": "^$|^(?:[a-zA-Z0-9]+-)*[a-zA-Z0-9]+/[a-zA-Z0-9-_]+$",
290290
"patternErrorMessage": "Please enter a valid GitHub repository",
291-
"markdownDescription": "[For internal use only] The name of the GitHub repository where you can view the progress and results of the \"Run Variant Analysis\" command. The repository should be of the form `<owner>/<repo>`)."
291+
"markdownDescription": "[For internal use only] The name of the GitHub repository in which the GitHub Actions workflow is run when using the \"Run Variant Analysis\" command. The repository should be of the form `<owner>/<repo>`)."
292292
}
293293
}
294294
},

extensions/ql-vscode/src/remote-queries/run-remote-query.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export async function runRemoteQuery(
217217
if (!controllerRepo || !REPO_REGEX.test(controllerRepo)) {
218218
void logger.log(controllerRepo ? 'Invalid controller repository name.' : 'No controller repository defined.');
219219
controllerRepo = await window.showInputBox({
220-
title: 'Controller repository in which to display progress and results of variant analysis',
220+
title: 'Controller repository in which to run the GitHub Actions workflow for this variant analysis',
221221
placeHolder: '<owner>/<repo>',
222222
prompt: 'Enter the name of a GitHub repository in the format <owner>/<repo>',
223223
ignoreFocusOut: true,

package-lock.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)