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
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 2
2
"version" : " 0.2.0" ,
3
3
"configurations" : [
4
4
{
5
- "type" : " node-terminal" ,
6
5
"name" : " Run Vitest Browser" ,
6
+ "type" : " node-terminal" ,
7
7
"request" : " launch" ,
8
- "command" : " npm test -- --inspect-brk --browser --no-file-parallelism" ,
8
+ "command" : " npm test ${input:pickTestSuite} -- --inspect-brk --browser --no-file-parallelism" ,
9
9
"env" : {
10
10
"DEBUG" : " true"
11
11
}
12
12
},
13
13
{
14
+ "name" : " Attach to Vitest Browser" ,
14
15
"type" : " chrome" ,
15
16
"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
+ }
18
31
}
19
32
],
20
33
"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 2
2
"version" : " 0.2.0" ,
3
3
"configurations" : [
4
4
{
5
- "type" : " node-terminal" ,
6
5
"name" : " Run Vitest Browser" ,
6
+ "type" : " node-terminal" ,
7
7
"request" : " launch" ,
8
- "command" : " npm test -- --inspect-brk --browser --no-file-parallelism" ,
8
+ "command" : " npm test ${input:pickTestSuite} -- --inspect-brk --browser --no-file-parallelism" ,
9
9
"env" : {
10
10
"DEBUG" : " true"
11
11
}
12
12
},
13
13
{
14
+ "name" : " Attach to Vitest Browser" ,
14
15
"type" : " chrome" ,
15
16
"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
+ }
18
31
}
19
32
],
20
33
"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 2
2
"version" : " 0.2.0" ,
3
3
"configurations" : [
4
4
{
5
- "type" : " node-terminal" ,
6
5
"name" : " Run Vitest Browser" ,
6
+ "type" : " node-terminal" ,
7
7
"request" : " launch" ,
8
- "command" : " npm test -- --inspect-brk --browser --no-file-parallelism" ,
8
+ "command" : " npm test ${input:pickTestSuite} -- --inspect-brk --browser --no-file-parallelism" ,
9
9
"env" : {
10
10
"DEBUG" : " true"
11
11
}
12
12
},
13
13
{
14
+ "name" : " Attach to Vitest Browser" ,
14
15
"type" : " chrome" ,
15
16
"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
+ }
18
31
}
19
32
],
20
33
"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 2
2
"version" : " 0.2.0" ,
3
3
"configurations" : [
4
4
{
5
- "type" : " node-terminal" ,
6
5
"name" : " Run Vitest Browser" ,
6
+ "type" : " node-terminal" ,
7
7
"request" : " launch" ,
8
- "command" : " npm test -- --inspect-brk --browser --no-file-parallelism" ,
8
+ "command" : " npm test ${input:pickTestSuite} -- --inspect-brk --browser --no-file-parallelism" ,
9
9
"env" : {
10
10
"DEBUG" : " true"
11
11
}
12
12
},
13
13
{
14
+ "name" : " Attach to Vitest Browser" ,
14
15
"type" : " chrome" ,
15
16
"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
+ }
18
31
}
19
32
],
20
33
"compounds" : [
You can’t perform that action at this time.
0 commit comments