File tree 3 files changed +5
-13
lines changed
3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 10
10
"args" : [" --extensionDevelopmentPath=${workspaceRoot}/packages/vscode-css-variables" ],
11
11
"sourceMaps" : true ,
12
12
"outFiles" : [" ${workspaceRoot}/packages/vscode-css-variables/dist/**/*.js" ],
13
- "preLaunchTask" : " npm: build "
13
+ "preLaunchTask" : " npm: debug "
14
14
},
15
15
{
16
16
"type" : " node" ,
17
17
"request" : " attach" ,
18
- "name" : " Attach to Server 6011 " ,
18
+ "name" : " Attach to Server 6009 " ,
19
19
"address" : " localhost" ,
20
- "port" : 6011 ,
21
- "sourceMaps" : true ,
22
- "outFiles" : [" ${workspaceRoot}/packages/vscode-css-variables/dist/**/*.js" ]
23
- },
24
- {
25
- "type" : " node" ,
26
- "request" : " attach" ,
27
- "name" : " Attach to Server 6012" ,
28
- "address" : " localhost" ,
29
- "port" : 6012 ,
20
+ "port" : 6009 ,
30
21
"sourceMaps" : true ,
31
22
"outFiles" : [" ${workspaceRoot}/packages/vscode-css-variables/dist/**/*.js" ]
32
23
}
Original file line number Diff line number Diff line change 3
3
"tasks" : [
4
4
{
5
5
"type" : " npm" ,
6
- "script" : " build " ,
6
+ "script" : " debug " ,
7
7
"group" : " build" ,
8
8
"presentation" : {
9
9
"panel" : " dedicated" ,
Original file line number Diff line number Diff line change 7
7
],
8
8
"scripts" : {
9
9
"build" : " turbo run build" ,
10
+ "debug" : " turbo run build -- --sourcemap" ,
10
11
"test" : " turbo run test" ,
11
12
"lint" : " turbo run lint" ,
12
13
"dev" : " turbo run dev" ,
You can’t perform that action at this time.
0 commit comments