Skip to content

Commit 8eb5dfe

Browse files
committed
fixes CI
1 parent c30a65d commit 8eb5dfe

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/vs/workbench/api/common/extHostTypes.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5201,22 +5201,6 @@ export enum KeywordRecognitionStatus {
52015201

52025202
//#endregion
52035203

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-
52205204
//#region MC
52215205
export class McpStdioServerDefinition implements vscode.McpStdioServerDefinition {
52225206
cwd?: URI;

0 commit comments

Comments
 (0)