mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
use new "breakpoints" contribution point
This commit is contained in:
@@ -205,22 +205,12 @@
|
||||
"title": "%javascript.reloadProjects.title%"
|
||||
}
|
||||
],
|
||||
"debuggers": [
|
||||
"breakpoints": [
|
||||
{
|
||||
"type": "node",
|
||||
"enableBreakpointsFor": {
|
||||
"languageIds": [
|
||||
"typescript", "typescriptreact"
|
||||
]
|
||||
}
|
||||
"language": "typescript"
|
||||
},
|
||||
{
|
||||
"type": "extensionHost",
|
||||
"enableBreakpointsFor": {
|
||||
"languageIds": [
|
||||
"typescript"
|
||||
]
|
||||
}
|
||||
"language": "typescriptreact"
|
||||
}
|
||||
],
|
||||
"snippets": [
|
||||
|
||||
Reference in New Issue
Block a user