Skip to content

Commit 6b183f2

Browse files
committed
fix vscode settings
1 parent 949f718 commit 6b183f2

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.vscode/launch.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,9 @@
99
"request": "launch",
1010
"name": "Launch Program",
1111
"skipFiles": ["<node_internals>/**"],
12-
"program": "${workspaceFolder}/scripts/apply.ts",
13-
"args": [
14-
"--spec",
15-
"${workspaceFolder}/scripts/bundledSpec.json",
16-
"--template",
17-
"${workspaceFolder}/scripts/apiClient.ts.template"
18-
],
12+
"program": "${workspaceFolder}/dist/index.js",
13+
"preLaunchTask": "tsc: build - tsconfig.json",
14+
"outFiles": ["${workspaceFolder}/dist/**/*.js"]
1915
}
2016
]
2117
}

0 commit comments

Comments
 (0)