File tree Expand file tree Collapse file tree 1 file changed +31
-5
lines changed Expand file tree Collapse file tree 1 file changed +31
-5
lines changed Original file line number Diff line number Diff line change 540
540
}
541
541
}
542
542
},
543
- "initialConfigurations" : [],
543
+ "initialConfigurations" : [
544
+ {
545
+ "name" : " RobotCode: Run .robot file" ,
546
+ "type" : " robotcode" ,
547
+ "request" : " launch" ,
548
+ "cwd" : " ${workspaceFolder}" ,
549
+ "target" : " ${file}"
550
+ },
551
+ {
552
+ "name" : " RobotCode: Run all tests" ,
553
+ "type" : " robotcode" ,
554
+ "request" : " launch" ,
555
+ "cwd" : " ${workspaceFolder}" ,
556
+ "target" : " ."
557
+ }
558
+ ],
544
559
"configurationSnippets" : [
545
560
{
546
- "label" : " RobotCode: Launch .robot file" ,
547
- "description" : " Add a new configuration for launching Robot Framework Tests ." ,
561
+ "label" : " RobotCode: Run .robot file" ,
562
+ "description" : " Add a new configuration for launching a single RobotFramework file ." ,
548
563
"body" : {
549
- "type" : " robotcode" ,
550
564
"name" : " RobotCode: Launch .robot file" ,
565
+ "type" : " robotcode" ,
566
+ "request" : " launch" ,
567
+ "cwd" : " ^\"\\ ${workspaceFolder}\" " ,
568
+ "target" : " ^\"\\ ${file}\" "
569
+ }
570
+ },
571
+ {
572
+ "label" : " RobotCode: Run all tests" ,
573
+ "description" : " Add a new configuration for launching all RobotFramework tests." ,
574
+ "body" : {
575
+ "name" : " RobotCode: Run all tests" ,
576
+ "type" : " robotcode" ,
551
577
"request" : " launch" ,
552
578
"cwd" : " ^\"\\ ${workspaceFolder}\" " ,
553
- "target" : " ^ \"\\ ${file} \" "
579
+ "target" : " . "
554
580
}
555
581
}
556
582
]
You can’t perform that action at this time.
0 commit comments