allow to set breakpoints in .tsx

fixes #1675
This commit is contained in:
isidor
2015-12-28 17:00:34 +01:00
parent 55df7e3477
commit afbca7b2df

View File

@@ -87,7 +87,7 @@
"type": "node",
"enableBreakpointsFor": {
"languageIds": [
"typescript"
"typescript", "typescriptreact"
]
}
},