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

Commit

Permalink
Add typescriptreact to supported languages
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Nov 18, 2015
1 parent 793839b commit 3a7270c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "debugger-for-chrome",
"displayName": "Debugger for Chrome",
"version": "0.1.5",
"version": "0.1.6",
"icon": "images/icon.png",
"description": "Debug your JavaScript code in the Chrome browser, or any other target that supports the Chrome debug protocol.",
"repository": {
Expand Down Expand Up @@ -40,7 +40,8 @@
"label": "Chrome",
"enableBreakpointsFor": {
"languageIds": [
"javascript"
"javascript",
"typescriptreact"
]
},
"program": "./out/webkit/webkitDebug.js",
Expand Down

0 comments on commit 3a7270c

Please sign in to comment.