mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-23 19:59:37 +00:00
Disable js/ts for chat-editing-text-model files
This commit is contained in:
@@ -11,6 +11,7 @@ export const untitled = 'untitled';
|
||||
export const git = 'git';
|
||||
export const github = 'github';
|
||||
export const azurerepos = 'azurerepos';
|
||||
export const chatEditingTextModel = 'chat-editing-text-model';
|
||||
|
||||
/** Live share scheme */
|
||||
export const vsls = 'vsls';
|
||||
@@ -50,6 +51,7 @@ export const disabledSchemes = new Set([
|
||||
vsls,
|
||||
github,
|
||||
azurerepos,
|
||||
chatEditingTextModel,
|
||||
]);
|
||||
|
||||
export function isOfScheme(uri: vscode.Uri, ...schemes: string[]): boolean {
|
||||
|
||||
Reference in New Issue
Block a user