File tree Expand file tree Collapse file tree 2 files changed +21
-6
lines changed Expand file tree Collapse file tree 2 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 1
- // A launch configuration that compiles the extension and then opens it inside a new window
2
- // Use IntelliSense to learn about possible attributes.
3
- // Hover to view descriptions of existing attributes.
4
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
1
{
6
- "version" : " 0.2.0" ,
2
+ "version" : " 0.2.0" ,
7
3
"configurations" : [
8
4
{
9
5
"name" : " Extension" ,
15
11
],
16
12
"outFiles" : [
17
13
" ${workspaceFolder}/out/**/*.js"
18
- ]
14
+ ],
15
+ "preLaunchTask" : " npm: watch"
19
16
}
20
17
]
21
18
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : " 2.0.0" ,
3
+ "tasks" : [
4
+ {
5
+ "type" : " npm" ,
6
+ "script" : " watch" ,
7
+ "problemMatcher" : " $tsc-watch" ,
8
+ "isBackground" : true ,
9
+ "presentation" : {
10
+ "reveal" : " never"
11
+ },
12
+ "group" : {
13
+ "kind" : " build" ,
14
+ "isDefault" : true
15
+ }
16
+ }
17
+ ]
18
+ }
You can’t perform that action at this time.
0 commit comments