Skip to content

Commit 66fd8ad

Browse files
committed
Rename const to refer to the codespaces template in general
1 parent d0d48df commit 66fd8ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/ql-vscode/src/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,11 +652,11 @@ export function getMockGitHubApiServerScenariosPath(): string | undefined {
652652
* Enables features that are specific to the codespaces-codeql template workspace from
653653
* https://github.com/github/codespaces-codeql.
654654
*/
655-
export const CODESPACES_CODE_TOUR = new Setting(
655+
export const CODESPACES_TEMPLATE = new Setting(
656656
"codespacesTemplate",
657657
ROOT_SETTING,
658658
);
659659

660660
export function isCodespacesTemplate() {
661-
return !!CODESPACES_CODE_TOUR.getValue<boolean>();
661+
return !!CODESPACES_TEMPLATE.getValue<boolean>();
662662
}

0 commit comments

Comments
 (0)