Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Use new breakpoint syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Oct 6, 2016
1 parent 4787fc3 commit 2d6ede5
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 2d6ede5

Please sign in to comment.