Skip to content

Commit 00105d2

Browse files
authored
Exclude azurerepos: files from JS/TS intellisense (microsoft#187521)
Fixes microsoft#186385
1 parent c619d8e commit 00105d2

File tree

1 file changed

+2
-0
lines changed
  • extensions/typescript-language-features/src/configuration

1 file changed

+2
-0
lines changed

extensions/typescript-language-features/src/configuration/fileSchemes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const file = 'file';
1010
export const untitled = 'untitled';
1111
export const git = 'git';
1212
export const github = 'github';
13+
export const azurerepos = 'azurerepos';
1314

1415
/** Live share scheme */
1516
export const vsls = 'vsls';
@@ -39,4 +40,5 @@ export const disabledSchemes = new Set([
3940
git,
4041
vsls,
4142
github,
43+
azurerepos,
4244
]);

0 commit comments

Comments
 (0)