We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
azurerepos:
1 parent c619d8e commit 00105d2Copy full SHA for 00105d2
extensions/typescript-language-features/src/configuration/fileSchemes.ts
@@ -10,6 +10,7 @@ export const file = 'file';
10
export const untitled = 'untitled';
11
export const git = 'git';
12
export const github = 'github';
13
+export const azurerepos = 'azurerepos';
14
15
/** Live share scheme */
16
export const vsls = 'vsls';
@@ -39,4 +40,5 @@ export const disabledSchemes = new Set([
39
40
git,
41
vsls,
42
github,
43
+ azurerepos,
44
]);
0 commit comments