mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 17:23:53 -05:00
Merge from vscode 9bc92b48d945144abb405b9e8df05e18accb9148
This commit is contained in:
@@ -270,7 +270,7 @@ export class RawDebugSession implements IDisposable {
|
||||
if (this.capabilities.supportsTerminateRequest) {
|
||||
if (!this.terminated) {
|
||||
this.terminated = true;
|
||||
return this.send('terminate', { restart });
|
||||
return this.send('terminate', { restart }, undefined, 500);
|
||||
}
|
||||
return this.disconnect(restart);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user