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.
1 parent c30a65d commit 8eb5dfeCopy full SHA for 8eb5dfe
src/vs/workbench/api/common/extHostTypes.ts
@@ -5201,22 +5201,6 @@ export enum KeywordRecognitionStatus {
5201
5202
//#endregion
5203
5204
-//#region InlineEdit
5205
-
5206
-export class InlineEdit implements vscode.InlineEdit {
5207
- constructor(
5208
- public readonly text: string,
5209
- public readonly range: Range,
5210
- ) { }
5211
-}
5212
5213
-export enum InlineEditTriggerKind {
5214
- Invoke = 0,
5215
- Automatic = 1,
5216
5217
5218
-//#endregion
5219
5220
//#region MC
5221
export class McpStdioServerDefinition implements vscode.McpStdioServerDefinition {
5222
cwd?: URI;
0 commit comments