We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
chat-editing-text-model
1 parent 3c25740 commit fa28a15Copy full SHA for fa28a15
extensions/typescript-language-features/src/configuration/fileSchemes.ts
@@ -11,6 +11,7 @@ export const untitled = 'untitled';
11
export const git = 'git';
12
export const github = 'github';
13
export const azurerepos = 'azurerepos';
14
+export const chatEditingTextModel = 'chat-editing-text-model';
15
16
/** Live share scheme */
17
export const vsls = 'vsls';
@@ -50,6 +51,7 @@ export const disabledSchemes = new Set([
50
51
vsls,
52
github,
53
azurerepos,
54
+ chatEditingTextModel,
55
]);
56
57
export function isOfScheme(uri: vscode.Uri, ...schemes: string[]): boolean {
0 commit comments