Skip to content
This repository was archived by the owner on Oct 2, 2021. It is now read-only.

Commit 3a7270c

Browse files
committed
Add typescriptreact to supported languages
1 parent 793839b commit 3a7270c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "debugger-for-chrome",
33
"displayName": "Debugger for Chrome",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"icon": "images/icon.png",
66
"description": "Debug your JavaScript code in the Chrome browser, or any other target that supports the Chrome debug protocol.",
77
"repository": {
@@ -40,7 +40,8 @@
4040
"label": "Chrome",
4141
"enableBreakpointsFor": {
4242
"languageIds": [
43-
"javascript"
43+
"javascript",
44+
"typescriptreact"
4445
]
4546
},
4647
"program": "./out/webkit/webkitDebug.js",

0 commit comments

Comments
 (0)