Skip to content

Commit fa28a15

Browse files
committed
Disable js/ts for chat-editing-text-model files
1 parent 3c25740 commit fa28a15

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
@@ -11,6 +11,7 @@ export const untitled = 'untitled';
1111
export const git = 'git';
1212
export const github = 'github';
1313
export const azurerepos = 'azurerepos';
14+
export const chatEditingTextModel = 'chat-editing-text-model';
1415

1516
/** Live share scheme */
1617
export const vsls = 'vsls';
@@ -50,6 +51,7 @@ export const disabledSchemes = new Set([
5051
vsls,
5152
github,
5253
azurerepos,
54+
chatEditingTextModel,
5355
]);
5456

5557
export function isOfScheme(uri: vscode.Uri, ...schemes: string[]): boolean {

0 commit comments

Comments
 (0)