11{
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- "version" : " 0.2.0" ,
6- "configurations" : [
7- {
8- "name" : " gitspaces create" ,
9- "type" : " go" ,
10- "request" : " launch" ,
11- "mode" : " auto" ,
12- "program" : " ${workspaceFolder}" ,
13- "cwd" : " /Users/davidmay/code/davfive/testarea" ,
14- "args" : [" create" , " https://github.com/davfive/gitspaces2.git" , " -n" , " 3" ],
15- "console" : " integratedTerminal"
16- },
17- {
18- "name" : " gitspaces switch" ,
19- "type" : " go" ,
20- "request" : " launch" ,
21- "mode" : " auto" ,
22- "program" : " ${workspaceFolder}" ,
23- "cwd" : " /Users/davidmay/code/davfive" ,
24- "args" : [" switch" ],
25- "console" : " integratedTerminal"
26- },
27- {
28- "name" : " gitspaces <empty>" ,
29- "type" : " go" ,
30- "request" : " launch" ,
31- "mode" : " auto" ,
32- "program" : " ${workspaceFolder}" ,
33- "cwd" : " /Users/davidmay/code/davfive/testarea" ,
34- "args" : [],
35- "console" : " integratedTerminal"
36- }
37- ]
38- }
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+ "version" : " 0.2.0" ,
6+ "configurations" : [
7+ {
8+ "name" : " gitspaces create" ,
9+ "type" : " go" ,
10+ "request" : " launch" ,
11+ "mode" : " auto" ,
12+ "program" : " ${workspaceFolder}" ,
13+ "cwd" : " /Users/davidmay/code/davfive/testarea" ,
14+ "args" : [
15+ " create" ,
16+ " https://github.com/davfive/gitspaces/v22.git" ,
17+ " -n" ,
18+ " 3"
19+ ],
20+ "console" : " integratedTerminal"
21+ },
22+ {
23+ "name" : " gitspaces switch" ,
24+ "type" : " go" ,
25+ "request" : " launch" ,
26+ "mode" : " auto" ,
27+ "program" : " ${workspaceFolder}" ,
28+ "cwd" : " /Users/davidmay/code/davfive" ,
29+ "args" : [" switch" ],
30+ "console" : " integratedTerminal"
31+ },
32+ {
33+ "name" : " gitspaces <empty>" ,
34+ "type" : " go" ,
35+ "request" : " launch" ,
36+ "mode" : " auto" ,
37+ "program" : " ${workspaceFolder}" ,
38+ "cwd" : " /Users/davidmay/code/davfive/testarea" ,
39+ "args" : [],
40+ "console" : " integratedTerminal"
41+ }
42+ ]
43+ }
0 commit comments