We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f81105 commit 724dc45Copy full SHA for 724dc45
extensions/ql-vscode/test/vscode-tests/no-workspace/helpers.test.ts
@@ -635,7 +635,7 @@ describe("prepareCodeTour", () => {
635
636
describe("if the workspace is already open", () => {
637
it("should not open the tutorial workspace", async () => {
638
- // Set isCodespaceTemplate to true to indicate the workspace has already been opened
+ // Set isCodespacesTemplate to true to indicate the workspace has already been opened
639
jest.spyOn(Setting.prototype, "getValue").mockReturnValue(true);
640
641
// set up directory to have a 'tutorial.code-workspace' file
0 commit comments