mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
API: expose debug console; fixes #36753
This commit is contained in:
@@ -404,6 +404,7 @@ export interface MainThreadDebugServiceShape extends IDisposable {
|
||||
$unregisterDebugConfigurationProvider(handle: number): TPromise<any>;
|
||||
$startDebugging(folder: URI | undefined, nameOrConfig: string | vscode.DebugConfiguration): TPromise<boolean>;
|
||||
$customDebugAdapterRequest(id: DebugSessionUUID, command: string, args: any): TPromise<any>;
|
||||
$appendDebugConsole(value: string): TPromise<any>;
|
||||
}
|
||||
|
||||
export interface MainThreadCredentialsShape extends IDisposable {
|
||||
|
||||
Reference in New Issue
Block a user