From 2d6ede50119782cb0bc61e05cb189b5dda67ca7b Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Thu, 6 Oct 2016 00:24:01 -0700 Subject: [PATCH] Use new breakpoint syntax --- package.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 3c22c1e8..de810926 100644 --- a/package.json +++ b/package.json @@ -46,18 +46,16 @@ "test": "gulp test" }, "contributes": { + "breakpoints": [ + { "language": "javascript" }, + { "language": "typescriptreact" }, + { "language": "javascriptreact" }, + { "language": "fsharp" } + ], "debuggers": [ { "type": "chrome", "label": "Chrome", - "enableBreakpointsFor": { - "languageIds": [ - "javascript", - "typescriptreact", - "javascriptreact", - "fsharp" - ] - }, "program": "./out/src/chromeDebug.js", "runtime": "node", "initialConfigurations": [