From 80a3ead8de5bd20b08cb296a410d5a65df8dfea3 Mon Sep 17 00:00:00 2001 From: Andre Weinand Date: Wed, 31 Aug 2016 17:58:31 +0200 Subject: [PATCH] update node-debug --- extensions/node-debug/node-debug.azure.json | 2 +- src/vs/workbench/parts/debug/node/v8Protocol.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/node-debug/node-debug.azure.json b/extensions/node-debug/node-debug.azure.json index 310bb58ff69..4192b4756be 100644 --- a/extensions/node-debug/node-debug.azure.json +++ b/extensions/node-debug/node-debug.azure.json @@ -1,6 +1,6 @@ { "account": "monacobuild", "container": "debuggers", - "zip": "d98b66b/node-debug.zip", + "zip": "c1e9f7f/node-debug.zip", "output": "" } diff --git a/src/vs/workbench/parts/debug/node/v8Protocol.ts b/src/vs/workbench/parts/debug/node/v8Protocol.ts index de54fd29ae9..5d53305cc52 100644 --- a/src/vs/workbench/parts/debug/node/v8Protocol.ts +++ b/src/vs/workbench/parts/debug/node/v8Protocol.ts @@ -68,7 +68,7 @@ export abstract class V8Protocol { if (request.command === 'runInTerminal') { this.runInTerminal(request.arguments).then(() => { (response).body = { - processId: 12345 // send back process id + // nothing to return for now.. }; this.sendResponse(response); }, e => {