mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Merge from vscode 8c426f9f3b6b18935cc6c2ec8aa6d45ccd88021e
This commit is contained in:
16
src/vs/vscode.proposed.d.ts
vendored
16
src/vs/vscode.proposed.d.ts
vendored
@@ -868,22 +868,6 @@ declare module 'vscode' {
|
||||
debugAdapterExecutable?(folder: WorkspaceFolder | undefined, token?: CancellationToken): ProviderResult<DebugAdapterExecutable>;
|
||||
}
|
||||
|
||||
export interface DebugSession {
|
||||
|
||||
/**
|
||||
* Terminates the session.
|
||||
*/
|
||||
terminate(): Thenable<void>;
|
||||
}
|
||||
|
||||
export interface DebugSession {
|
||||
|
||||
/**
|
||||
* Terminates the session.
|
||||
*/
|
||||
terminate(): Thenable<void>;
|
||||
}
|
||||
|
||||
export namespace debug {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user