File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 "port" : 5870 ,
2020 "outFiles" : [
2121 " ${workspaceFolder}/out/**/*.js"
22- ]
22+ ],
23+ "presentation" : {
24+ "hidden" : true
25+ }
2326 },
2427 {
2528 "type" : " pwa-chrome" ,
2629 "request" : " attach" ,
2730 "name" : " Attach to Shared Process" ,
2831 "port" : 9222 ,
2932 "urlFilter" : " *sharedProcess.html*" ,
33+ "presentation" : {
34+ "hidden" : true
35+ }
3036 },
3137 {
3238 "type" : " node" ,
194200 {
195201 "type" : " node" ,
196202 "request" : " launch" ,
197- "name" : " Launch VS Code (Main Process)" ,
198- "runtimeExecutable" : " ${workspaceFolder}/scripts/code.sh" ,
199- "windows" : {
200- "runtimeExecutable" : " ${workspaceFolder}/scripts/code.bat" ,
201- },
202- "runtimeArgs" : [
203- " --no-cached-data"
204- ],
205- "outFiles" : [
206- " ${workspaceFolder}/out/**/*.js"
207- ],
208- "presentation" : {
209- "group" : " 2_launch" ,
210- "order" : 1
211- }
212- },
213- {
214- "type" : " node" ,
215- "request" : " launch" ,
216- "name" : " Launch VS Code (Web)" ,
203+ "name" : " VS Code (Web)" ,
217204 "runtimeExecutable" : " yarn" ,
218205 "runtimeArgs" : [
219206 " web"
220207 ],
221208 "presentation" : {
222- "group" : " 2_launch " ,
209+ "group" : " 0_vscode " ,
223210 "order" : 2
224211 }
225212 },
226213 {
227214 "type" : " chrome" ,
228215 "request" : " launch" ,
229- "name" : " Launch VS Code (Web, Chrome)" ,
216+ "name" : " VS Code (Web, Chrome)" ,
230217 "url" : " http://localhost:8080" ,
231218 "preLaunchTask" : " Run web" ,
232219 "presentation" : {
233- "group" : " 2_launch " ,
220+ "group" : " 0_vscode " ,
234221 "order" : 3
235222 }
236223 },
You can’t perform that action at this time.
0 commit comments