diff --git a/extensions/node-debug/node-debug.azure.json b/extensions/node-debug/node-debug.azure.json index b08bac10096b2f6ae19fffd6da94cad97542b92b..f9516d28acfb215f988dfd36159a6efebd01047e 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": "c8d7980/node-debug.zip", + "zip": "f1ea61a/node-debug.zip", "output": "" } diff --git a/src/vs/workbench/parts/debug/common/debugProtocol.d.ts b/src/vs/workbench/parts/debug/common/debugProtocol.d.ts index f08afcdc7e79a1118206f3dd7bd6ddb75a8c536a..0806ccb3cd833ace977c813fbdb61daf6186fb95 100644 --- a/src/vs/workbench/parts/debug/common/debugProtocol.d.ts +++ b/src/vs/workbench/parts/debug/common/debugProtocol.d.ts @@ -500,7 +500,7 @@ declare module DebugProtocol { /** An optional source column of the breakpoint. */ column?: number; /** An optional expression for conditional breakpoints. */ - expression?: string; + condition?: string; } /** Information about a Breakpoint created in the setBreakpoints request.