From 238c48f7b79e9b1b18a711d790ca22d336da9729 Mon Sep 17 00:00:00 2001 From: Andre Weinand Date: Wed, 5 Dec 2018 15:55:31 +0100 Subject: [PATCH] use final version 1.33.0 of DAP --- package.json | 2 +- src/vs/workbench/parts/debug/common/debugProtocol.d.ts | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5523b715bd3..4296dd2dea3 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "sudo-prompt": "8.2.0", "v8-inspect-profiler": "^0.0.13", "vscode-chokidar": "1.6.5", - "vscode-debugprotocol": "1.33.0-pre.0", + "vscode-debugprotocol": "1.33.0", "vscode-nsfw": "1.1.1", "vscode-proxy-agent": "0.1.1", "vscode-ripgrep": "^1.2.5", diff --git a/src/vs/workbench/parts/debug/common/debugProtocol.d.ts b/src/vs/workbench/parts/debug/common/debugProtocol.d.ts index e085183cf40..34b2e1ed4b3 100644 --- a/src/vs/workbench/parts/debug/common/debugProtocol.d.ts +++ b/src/vs/workbench/parts/debug/common/debugProtocol.d.ts @@ -411,7 +411,7 @@ declare module DebugProtocol { } /** Disconnect request; value of command field is 'disconnect'. - The 'disconnect' request is sent from the client to the debug adapter in order to stop debugging. It asks the debug adapter to disconnect from the debuggee and to terminate the debug adapter. If the debuggee has been started with the 'launch' request, the 'disconnect' request terminates the debuggee. If the 'attach' request was used to connect to the debuggee, 'disconnect' does not terminate the debuggee. This behavior can be controlled with the 'terminateDebuggee' (if supported by the debug adapter). + The 'disconnect' request is sent from the client to the debug adapter in order to stop debugging. It asks the debug adapter to disconnect from the debuggee and to terminate the debug adapter. If the debuggee has been started with the 'launch' request, the 'disconnect' request terminates the debuggee. If the 'attach' request was used to connect to the debuggee, 'disconnect' does not terminate the debuggee. This behavior can be controlled with the 'terminateDebuggee' argument (if supported by the debug adapter). */ export interface DisconnectRequest extends Request { // command: 'disconnect'; diff --git a/yarn.lock b/yarn.lock index fe2e5130e14..e8682b9320c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9329,10 +9329,10 @@ vscode-chokidar@1.6.5: optionalDependencies: vscode-fsevents "0.3.10" -vscode-debugprotocol@1.33.0-pre.0: - version "1.33.0-pre.0" - resolved "https://registry.yarnpkg.com/vscode-debugprotocol/-/vscode-debugprotocol-1.33.0-pre.0.tgz#a6c8fd6655ade772f7cbae8994f068bac51a9381" - integrity sha512-LRTpPDLkq7fcjvRr8Ttzo+1tiFXuxOcYQ5xhN7i/dYN6ISwg9hcQv4W74n8JBxz1nXdVpbS52KLKQMiZhBwpgg== +vscode-debugprotocol@1.33.0: + version "1.33.0" + resolved "https://registry.yarnpkg.com/vscode-debugprotocol/-/vscode-debugprotocol-1.33.0.tgz#334d2e76ac965f33437a0298441facdcad377d99" + integrity sha512-d+l4lrEz6OP2kmGpweqe37x9H7icAMV8S4m8azTWGAIlNJxBP4rlSTnZa7NMLcbgqWkWG9lTGY7fJ+rSPaW7yg== vscode-fsevents@0.3.10: version "0.3.10" -- GitLab