Skip to content

Commit 30c3ffa

Browse files
Merge pull request #2321 from github/elena/yer-a-flag-query
Enable skeleton wizard in codespaces-codeql template
2 parents 7f3f338 + 5f8ec14 commit 30c3ffa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@
14191419
},
14201420
{
14211421
"command": "codeQL.createQuery",
1422-
"when": "config.codeQL.canary"
1422+
"when": "config.codeQL.codespacesTemplate"
14231423
},
14241424
{
14251425
"command": "codeQLTests.acceptOutputContextTestItem",

extensions/ql-vscode/test/vscode-tests/no-workspace/helpers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ describe("prepareCodeTour", () => {
635635

636636
describe("if the workspace is already open", () => {
637637
it("should not open the tutorial workspace", async () => {
638-
// Set isCodespaceTemplate to true to indicate the workspace has already been opened
638+
// Set isCodespacesTemplate to true to indicate the workspace has already been opened
639639
jest.spyOn(Setting.prototype, "getValue").mockReturnValue(true);
640640

641641
// set up directory to have a 'tutorial.code-workspace' file

0 commit comments

Comments
 (0)