File tree Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Original file line number Diff line number Diff line change 2
2
// Use IntelliSense to learn about possible attributes.
3
3
// Hover to view descriptions of existing attributes.
4
4
// 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
-
23
5
{
24
6
"version" : " 0.2.0" ,
25
7
"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
+ },
26
16
{
27
17
"name" : " Extension Tests" ,
28
18
"type" : " extensionHost" ,
You can’t perform that action at this time.
0 commit comments