We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d48df commit 66fd8adCopy full SHA for 66fd8ad
1 file changed
extensions/ql-vscode/src/config.ts
@@ -652,11 +652,11 @@ export function getMockGitHubApiServerScenariosPath(): string | undefined {
652
* Enables features that are specific to the codespaces-codeql template workspace from
653
* https://github.com/github/codespaces-codeql.
654
*/
655
-export const CODESPACES_CODE_TOUR = new Setting(
+export const CODESPACES_TEMPLATE = new Setting(
656
"codespacesTemplate",
657
ROOT_SETTING,
658
);
659
660
export function isCodespacesTemplate() {
661
- return !!CODESPACES_CODE_TOUR.getValue<boolean>();
+ return !!CODESPACES_TEMPLATE.getValue<boolean>();
662
}
0 commit comments