mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
Exclude azurerepos: files from JS/TS intellisense (#187521)
Fixes #186385
This commit is contained in:
@@ -10,6 +10,7 @@ export const file = 'file';
|
||||
export const untitled = 'untitled';
|
||||
export const git = 'git';
|
||||
export const github = 'github';
|
||||
export const azurerepos = 'azurerepos';
|
||||
|
||||
/** Live share scheme */
|
||||
export const vsls = 'vsls';
|
||||
@@ -39,4 +40,5 @@ export const disabledSchemes = new Set([
|
||||
git,
|
||||
vsls,
|
||||
github,
|
||||
azurerepos,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user