File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 10
10
},
11
11
{
12
12
"command" : " npm run start-swa" ,
13
- "name" : " Run emulator " ,
13
+ "name" : " Run Emulator " ,
14
14
"request" : " launch" ,
15
15
"type" : " node-terminal"
16
16
},
17
17
{
18
18
"command" : " npm start" ,
19
- "name" : " Run frontend " ,
19
+ "name" : " Run Frontend " ,
20
20
"request" : " launch" ,
21
21
"type" : " node-terminal" ,
22
- "preLaunchTask" : " RunAllTasks " ,
22
+ "preLaunchTask" : " Run All Tasks " ,
23
23
"resolveSourceMapLocations" : [" ${workspaceFolder}/**" , " !**/node_modules/**" ]
24
+ },
25
+ {
26
+ "type" : " chrome" ,
27
+ "request" : " launch" ,
28
+ "name" : " Launch Chrome Debugger" ,
29
+ "url" : " http://localhost:4280"
24
30
}
25
31
],
26
32
"compounds" : [
27
33
{
28
34
"name" : " Launch it all 🚀" ,
29
- "configurations" : [" Run frontend " , " Run emulator " ]
35
+ "configurations" : [" Run Frontend " , " Run Emulator " ]
30
36
}
31
37
]
32
38
}
Original file line number Diff line number Diff line change 2
2
"version" : " 2.0.0" ,
3
3
"tasks" : [
4
4
{
5
- "label" : " RunAllTasks " ,
6
- "dependsOn" : [" RunAPI " , " RunAzurite " ]
5
+ "label" : " Run All Tasks " ,
6
+ "dependsOn" : [" Run API " , " Run Azurite " ]
7
7
},
8
8
{
9
- "label" : " RunAzurite " ,
9
+ "label" : " Run Azurite " ,
10
10
"type" : " shell" ,
11
11
"command" : " azurite --location ../" ,
12
12
"isBackground" : true ,
27
27
}
28
28
},
29
29
{
30
- "label" : " RunAPI " ,
30
+ "label" : " Run API " ,
31
31
"type" : " shell" ,
32
32
"command" : " func start --verbose" ,
33
33
"isBackground" : true ,
You can’t perform that action at this time.
0 commit comments