mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 708b019bb4e20f07cf89df9f1d943af3d38d7a70 (#9657)
This commit is contained in:
@@ -222,6 +222,14 @@ export class MockSession implements IDebugSession {
|
||||
throw new Error('not implemented');
|
||||
}
|
||||
|
||||
get onDidProgressStart(): Event<DebugProtocol.ProgressStartEvent> {
|
||||
throw new Error('not implemented');
|
||||
}
|
||||
|
||||
get onDidProgressEnd(): Event<DebugProtocol.ProgressEndEvent> {
|
||||
throw new Error('not implemented');
|
||||
}
|
||||
|
||||
setConfiguration(configuration: { resolved: IConfig, unresolved: IConfig }) { }
|
||||
|
||||
getAllThreads(): IThread[] {
|
||||
|
||||
Reference in New Issue
Block a user