mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 11:38:36 -05:00
Merge from vscode 5d18ad4c5902e3bddbc9f78da82dfc2ac349e908 (#9683)
This commit is contained in:
@@ -230,6 +230,10 @@ export class MockSession implements IDebugSession {
|
||||
throw new Error('not implemented');
|
||||
}
|
||||
|
||||
get onDidProgressUpdate(): Event<DebugProtocol.ProgressUpdateEvent> {
|
||||
throw new Error('not implemented');
|
||||
}
|
||||
|
||||
get onDidProgressEnd(): Event<DebugProtocol.ProgressEndEvent> {
|
||||
throw new Error('not implemented');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user