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 582582 "commands" : [
583583 {
584584 "title" : " Run Current File" ,
585- "category" : " robotcode " ,
585+ "category" : " RobotCode " ,
586586 "command" : " robotcode.runCurrentFile" ,
587587 "enablement" : " resourceLangId == robotframework && resourceExtname == .robot || explorerResourceIsFolder" ,
588588 "icon" : " $(run)"
589589 },
590590 {
591591 "title" : " Debug Current File" ,
592- "category" : " robotcode " ,
592+ "category" : " RobotCode " ,
593593 "command" : " robotcode.debugCurrentFile" ,
594594 "enablement" : " resourceLangId == robotframework && resourceExtname == .robot || explorerResourceIsFolder" ,
595595 "icon" : " $(debug-alt)"
596596 },
597597 {
598598 "title" : " Restart Language Servers" ,
599- "category" : " robotcode " ,
599+ "category" : " RobotCode " ,
600600 "command" : " robotcode.restartLanguageServers"
601601 }
602602 ],
You can’t perform that action at this time.
0 commit comments