mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
@@ -6,8 +6,8 @@
|
||||
export const file = 'file';
|
||||
export const untitled = 'untitled';
|
||||
export const git = 'git';
|
||||
export const pr = 'pr';
|
||||
export const privateScheme = 'private';
|
||||
|
||||
/** Live share scheme */
|
||||
export const vsls = 'vsls';
|
||||
export const walkThroughSnippet = 'walkThroughSnippet';
|
||||
@@ -24,4 +24,5 @@ export const disabledSchemes = new Set([
|
||||
git,
|
||||
vsls,
|
||||
privateScheme,
|
||||
pr,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user