File tree Expand file tree Collapse file tree 8 files changed +80
-16
lines changed
02.problem.debugger/.vscode
02.solution.debugger/.vscode
03.problem.breakpoints/.vscode
03.solution.breakpoints/.vscode Expand file tree Collapse file tree 8 files changed +80
-16
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "recommendations" : [" rioj7.command-variable" ]
3+ }
Original file line number Diff line number Diff line change 22 "version" : " 0.2.0" ,
33 "configurations" : [
44 {
5- "type" : " node-terminal" ,
65 "name" : " Run Vitest Browser" ,
6+ "type" : " node-terminal" ,
77 "request" : " launch" ,
8- "command" : " npm test -- --inspect-brk --browser --no-file-parallelism" ,
8+ "command" : " npm test ${input:pickTestSuite} -- --inspect-brk --browser --no-file-parallelism" ,
99 "env" : {
1010 "DEBUG" : " true"
1111 }
1212 },
1313 {
14+ "name" : " Attach to Vitest Browser" ,
1415 "type" : " chrome" ,
1516 "request" : " attach" ,
16- "name" : " Attach to Vitest Browser" ,
17- "port" : 9229
17+ "port" : 9229 ,
18+ "timeout" : 10000
19+ }
20+ ],
21+ "inputs" : [
22+ {
23+ "id" : " pickTestSuite" ,
24+ "type" : " command" ,
25+ "command" : " extension.commandvariable.file.pickFile" ,
26+ "args" : {
27+ "description" : " Pick a test suite" ,
28+ "include" : " **/*.browser.test.{ts,tsx}" ,
29+ "multiPick" : true
30+ }
1831 }
1932 ],
2033 "compounds" : [
Original file line number Diff line number Diff line change 1+ {
2+ "recommendations" : [" rioj7.command-variable" ]
3+ }
Original file line number Diff line number Diff line change 22 "version" : " 0.2.0" ,
33 "configurations" : [
44 {
5- "type" : " node-terminal" ,
65 "name" : " Run Vitest Browser" ,
6+ "type" : " node-terminal" ,
77 "request" : " launch" ,
8- "command" : " npm test -- --inspect-brk --browser --no-file-parallelism" ,
8+ "command" : " npm test ${input:pickTestSuite} -- --inspect-brk --browser --no-file-parallelism" ,
99 "env" : {
1010 "DEBUG" : " true"
1111 }
1212 },
1313 {
14+ "name" : " Attach to Vitest Browser" ,
1415 "type" : " chrome" ,
1516 "request" : " attach" ,
16- "name" : " Attach to Vitest Browser" ,
17- "port" : 9229
17+ "port" : 9229 ,
18+ "timeout" : 10000
19+ }
20+ ],
21+ "inputs" : [
22+ {
23+ "id" : " pickTestSuite" ,
24+ "type" : " command" ,
25+ "command" : " extension.commandvariable.file.pickFile" ,
26+ "args" : {
27+ "description" : " Pick a test suite" ,
28+ "include" : " **/*.browser.test.{ts,tsx}" ,
29+ "multiPick" : true
30+ }
1831 }
1932 ],
2033 "compounds" : [
Original file line number Diff line number Diff line change 1+ {
2+ "recommendations" : [" rioj7.command-variable" ]
3+ }
Original file line number Diff line number Diff line change 22 "version" : " 0.2.0" ,
33 "configurations" : [
44 {
5- "type" : " node-terminal" ,
65 "name" : " Run Vitest Browser" ,
6+ "type" : " node-terminal" ,
77 "request" : " launch" ,
8- "command" : " npm test -- --inspect-brk --browser --no-file-parallelism" ,
8+ "command" : " npm test ${input:pickTestSuite} -- --inspect-brk --browser --no-file-parallelism" ,
99 "env" : {
1010 "DEBUG" : " true"
1111 }
1212 },
1313 {
14+ "name" : " Attach to Vitest Browser" ,
1415 "type" : " chrome" ,
1516 "request" : " attach" ,
16- "name" : " Attach to Vitest Browser" ,
17- "port" : 9229
17+ "port" : 9229 ,
18+ "timeout" : 10000
19+ }
20+ ],
21+ "inputs" : [
22+ {
23+ "id" : " pickTestSuite" ,
24+ "type" : " command" ,
25+ "command" : " extension.commandvariable.file.pickFile" ,
26+ "args" : {
27+ "description" : " Pick a test suite" ,
28+ "include" : " **/*.browser.test.{ts,tsx}" ,
29+ "multiPick" : true
30+ }
1831 }
1932 ],
2033 "compounds" : [
Original file line number Diff line number Diff line change 1+ {
2+ "recommendations" : [" rioj7.command-variable" ]
3+ }
Original file line number Diff line number Diff line change 22 "version" : " 0.2.0" ,
33 "configurations" : [
44 {
5- "type" : " node-terminal" ,
65 "name" : " Run Vitest Browser" ,
6+ "type" : " node-terminal" ,
77 "request" : " launch" ,
8- "command" : " npm test -- --inspect-brk --browser --no-file-parallelism" ,
8+ "command" : " npm test ${input:pickTestSuite} -- --inspect-brk --browser --no-file-parallelism" ,
99 "env" : {
1010 "DEBUG" : " true"
1111 }
1212 },
1313 {
14+ "name" : " Attach to Vitest Browser" ,
1415 "type" : " chrome" ,
1516 "request" : " attach" ,
16- "name" : " Attach to Vitest Browser" ,
17- "port" : 9229
17+ "port" : 9229 ,
18+ "timeout" : 10000
19+ }
20+ ],
21+ "inputs" : [
22+ {
23+ "id" : " pickTestSuite" ,
24+ "type" : " command" ,
25+ "command" : " extension.commandvariable.file.pickFile" ,
26+ "args" : {
27+ "description" : " Pick a test suite" ,
28+ "include" : " **/*.browser.test.{ts,tsx}" ,
29+ "multiPick" : true
30+ }
1831 }
1932 ],
2033 "compounds" : [
You can’t perform that action at this time.
0 commit comments