File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 582
582
"commands" : [
583
583
{
584
584
"title" : " Run Current File" ,
585
- "category" : " robotcode " ,
585
+ "category" : " RobotCode " ,
586
586
"command" : " robotcode.runCurrentFile" ,
587
587
"enablement" : " resourceLangId == robotframework && resourceExtname == .robot || explorerResourceIsFolder" ,
588
588
"icon" : " $(run)"
589
589
},
590
590
{
591
591
"title" : " Debug Current File" ,
592
- "category" : " robotcode " ,
592
+ "category" : " RobotCode " ,
593
593
"command" : " robotcode.debugCurrentFile" ,
594
594
"enablement" : " resourceLangId == robotframework && resourceExtname == .robot || explorerResourceIsFolder" ,
595
595
"icon" : " $(debug-alt)"
596
596
},
597
597
{
598
598
"title" : " Restart Language Servers" ,
599
- "category" : " robotcode " ,
599
+ "category" : " RobotCode " ,
600
600
"command" : " robotcode.restartLanguageServers"
601
601
}
602
602
],
You can’t perform that action at this time.
0 commit comments