Skip to content

Commit f32a799

Browse files
committed
[chore] add 'Run Extension' back to launch.json configuration
1 parent 2f73749 commit f32a799

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

.vscode/launch.json

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,17 @@
22
// Use IntelliSense to learn about possible attributes.
33
// Hover to view descriptions of existing attributes.
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5-
// {
6-
// "version": "0.2.0",
7-
// "configurations": [
8-
// {
9-
// "name": "Run Extension",
10-
// "type": "extensionHost",
11-
// "request": "launch",
12-
// "args": [
13-
// "--extensionDevelopmentPath=${workspaceFolder}"
14-
// ],
15-
// "outFiles": [
16-
// "${workspaceFolder}/out/**/*.js"
17-
// ],
18-
// "preLaunchTask": "${defaultBuildTask}"
19-
// }
20-
// ]
21-
// }
22-
235
{
246
"version": "0.2.0",
257
"configurations": [
8+
{
9+
"name": "Run Extension",
10+
"type": "extensionHost",
11+
"request": "launch",
12+
"args": ["--extensionDevelopmentPath=${workspaceFolder}"],
13+
"outFiles": ["${workspaceFolder}/out/**/*.js"],
14+
"preLaunchTask": "${defaultBuildTask}"
15+
},
2616
{
2717
"name": "Extension Tests",
2818
"type": "extensionHost",

0 commit comments

Comments
 (0)