Skip to content

Commit e8d352c

Browse files
authored
Build tsgo with debug tasks when launching extension locally (#997)
1 parent acba540 commit e8d352c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{
1818
"label": "Watch",
1919
"type": "npm",
20-
"script": "build:watch",
20+
"script": "build:watch:debug",
2121
"group": "build",
2222
"presentation": {
2323
"panel": "dedicated",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"postinstall": "hereby postinstall",
2323
"build": "hereby build",
2424
"build:watch": "hereby build:watch",
25+
"build:watch:debug": "hereby build:watch --debug",
2526
"test": "hereby test",
2627
"api:build": "npm run -w @typescript/api build",
2728
"extension:build": "npm run -w _extension build",

0 commit comments

Comments
 (0)