mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
rename console to activeDebugConsole; fixes #37279
This commit is contained in:
@@ -495,8 +495,8 @@ export function createApiFactory(
|
||||
get activeDebugSession() {
|
||||
return extHostDebugService.activeDebugSession;
|
||||
},
|
||||
get console() {
|
||||
return extHostDebugService.debugConsole;
|
||||
get activeDebugConsole() {
|
||||
return extHostDebugService.activeDebugConsole;
|
||||
},
|
||||
startDebugging(folder: vscode.WorkspaceFolder | undefined, nameOrConfig: string | vscode.DebugConfiguration) {
|
||||
return extHostDebugService.startDebugging(folder, nameOrConfig);
|
||||
|
||||
Reference in New Issue
Block a user