mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
coffeescript: use new way of contributing breakpoints
This commit is contained in:
@@ -18,9 +18,10 @@
|
||||
"scopeName": "source.coffee",
|
||||
"path": "./syntaxes/coffeescript.json"
|
||||
}],
|
||||
"debuggers": [{
|
||||
"type": "node",
|
||||
"enableBreakpointsFor": { "languageIds": ["coffeescript"] }
|
||||
}]
|
||||
"breakpoints": [
|
||||
{
|
||||
"language": "coffeescript"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user