mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
@@ -9,6 +9,8 @@ import * as vscode from 'vscode';
|
|||||||
export const file = 'file';
|
export const file = 'file';
|
||||||
export const untitled = 'untitled';
|
export const untitled = 'untitled';
|
||||||
export const git = 'git';
|
export const git = 'git';
|
||||||
|
export const github = 'github';
|
||||||
|
|
||||||
/** Live share scheme */
|
/** Live share scheme */
|
||||||
export const vsls = 'vsls';
|
export const vsls = 'vsls';
|
||||||
export const walkThroughSnippet = 'walkThroughSnippet';
|
export const walkThroughSnippet = 'walkThroughSnippet';
|
||||||
@@ -30,5 +32,6 @@ export const semanticSupportedSchemes = isWeb() && vscode.workspace.workspaceFol
|
|||||||
*/
|
*/
|
||||||
export const disabledSchemes = new Set([
|
export const disabledSchemes = new Set([
|
||||||
git,
|
git,
|
||||||
vsls
|
vsls,
|
||||||
|
github,
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user