Skip to content

Commit b048ca4

Browse files
committed
fix(vscode): Capitalize commands categories
1 parent 2b4c9c6 commit b048ca4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -582,21 +582,21 @@
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
],

0 commit comments

Comments
 (0)