coffeescript: use new way of contributing breakpoints
parent
9be37ebcc0
commit
1d5c0d67f7
|
@ -18,9 +18,10 @@
|
|||
"scopeName": "source.coffee",
|
||||
"path": "./syntaxes/coffeescript.json"
|
||||
}],
|
||||
"debuggers": [{
|
||||
"type": "node",
|
||||
"enableBreakpointsFor": { "languageIds": ["coffeescript"] }
|
||||
}]
|
||||
"breakpoints": [
|
||||
{
|
||||
"language": "coffeescript"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue