11{
2- "version" : " 0.2 .0" ,
2+ "version" : " 2.0 .0" ,
33 "configurations" : [
44 {
55 "type" : " firefox" ,
66 "request" : " launch" ,
7- "reAttach" : true ,
8- "name" : " Launch Firefox (Dev Edition)" ,
9- "url" : " http://localhost:1313/" ,
10- "webRoot" : " ${workspaceFolder}" ,
11- "pathMappings" : [
12- {
13- "url" : " http://localhost:1313" ,
14- "path" : " ${workspaceFolder}"
15- }
16- ],
17- "firefoxExecutable" : " /usr/bin/firefox-devedition" ,
18- "preLaunchTask" : " start server"
19- },
20- {
21- "type" : " msedge" ,
22- "name" : " Launch Microsoft Edge" ,
23- "request" : " launch" ,
7+ "name" : " Launch localhost" ,
248 "url" : " http://localhost:1313" ,
25- "presentation" : {
26- "hidden" : true
27- },
289 "webRoot" : " ${workspaceFolder}" ,
29- "preLaunchTask" : " start server"
30- },
31- {
32- "type" : " vscode-edge-devtools.debug" ,
33- "name" : " Open Edge DevTools" ,
34- "request" : " attach" ,
35- "url" : " http://localhost:1313" ,
36- "presentation" : {
37- "hidden" : true
38- },
39- "webRoot" : " ${workspaceFolder}"
40- }
41- ],
42- "compounds" : [
43- {
44- "name" : " Launch Edge and attach DevTools" ,
45- "configurations" : [
46- " Launch Microsoft Edge" ,
47- " Open Edge DevTools"
48- ]
10+ "preLaunchTask" : " start server" ,
11+ "postDebugTask" : " stop server" ,
4912 }
5013 ]
5114}
0 commit comments