Skip to content

Commit 038a77a

Browse files
committed
fix: Updated supported debuggers in VS Code to include TypeScript files
1 parent 2786302 commit 038a77a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@
8989
"label": "Minecraft Debugger",
9090
"runtime": "node",
9191
"languages": [
92-
"javascript"
92+
"javascript",
93+
"typescript"
9394
],
9495
"configurationAttributes": {
9596
"attach": {

0 commit comments

Comments
 (0)