upgrade to DAP 1.32.0-pre.0

This commit is contained in:
Andre Weinand 2018-09-06 14:45:22 +02:00
parent 4419709b9b
commit 3bbfb3d7a4
3 changed files with 9 additions and 5 deletions

View file

@ -45,7 +45,7 @@
"sudo-prompt": "8.2.0",
"v8-inspect-profiler": "^0.0.8",
"vscode-chokidar": "1.6.4",
"vscode-debugprotocol": "1.31.0",
"vscode-debugprotocol": "1.32.0-pre.0",
"vscode-nsfw": "1.0.17",
"vscode-ripgrep": "1.1.0",
"vscode-textmate": "^4.0.1",

View file

@ -418,6 +418,8 @@ declare module DebugProtocol {
/** Arguments for 'disconnect' request. */
export interface DisconnectArguments {
/** A value of true indicates that this 'disconnect' request is part of a restart sequence. */
restart?: boolean;
/** Indicates whether the debuggee should be terminated when the debugger is disconnected.
If unspecified, the debug adapter is free to do whatever it thinks is best.
A client can only rely on this attribute being properly honored if a debug adapter returns true for the 'supportTerminateDebuggee' capability.
@ -430,7 +432,7 @@ declare module DebugProtocol {
}
/** Terminate request; value of command field is 'terminate'.
The 'terminate' request is sent from the client to the debug adapter in order to give the debuggee a chance to terminate itself.
The 'terminate' request is sent from the client to the debug adapter in order to give the debuggee a chance for terminating itself.
*/
export interface TerminateRequest extends Request {
// command: 'terminate';
@ -439,6 +441,8 @@ declare module DebugProtocol {
/** Arguments for 'terminate' request. */
export interface TerminateArguments {
/** A value of true indicates that this 'terminate' request is part of a restart sequence. */
restart?: boolean;
}
/** Response to 'terminate' request. This is just an acknowledgement, so no body field is required. */

View file

@ -7903,9 +7903,9 @@ vscode-chokidar@1.6.4:
optionalDependencies:
vscode-fsevents "0.3.9"
vscode-debugprotocol@1.31.0:
version "1.31.0"
resolved "https://registry.yarnpkg.com/vscode-debugprotocol/-/vscode-debugprotocol-1.31.0.tgz#8467eeabeea65f52da5ac03b03c18e10e8b95eb4"
vscode-debugprotocol@1.32.0-pre.0:
version "1.32.0-pre.0"
resolved "https://registry.yarnpkg.com/vscode-debugprotocol/-/vscode-debugprotocol-1.32.0-pre.0.tgz#14b3c07b8d7016f91b6984ec18292c18a42d2705"
vscode-fsevents@0.3.9:
version "0.3.9"