coffeescript: use new way of contributing breakpoints

This commit is contained in:
isidor 2016-11-17 15:00:05 +01:00
parent 9be37ebcc0
commit 1d5c0d67f7

View file

@ -18,9 +18,10 @@
"scopeName": "source.coffee",
"path": "./syntaxes/coffeescript.json"
}],
"debuggers": [{
"type": "node",
"enableBreakpointsFor": { "languageIds": ["coffeescript"] }
}]
"breakpoints": [
{
"language": "coffeescript"
}
]
}
}