Skip to content

Commit c4b4d17

Browse files
Fix incorrect command categories (#665)
1 parent fc5faaf commit c4b4d17

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3087,67 +3087,67 @@
30873087
{
30883088
"command": "extension.brightscript.rokuRegistry.refreshRegistry",
30893089
"title": "Refresh Registry",
3090-
"category": "Roku Registry",
3090+
"category": "BrightScript",
30913091
"icon": "$(refresh)"
30923092
},
30933093
{
30943094
"command": "extension.brightscript.rokuRegistry.clearRegistry",
30953095
"title": "Clear Registry",
3096-
"category": "BrighterScript",
3096+
"category": "BrightScript",
30973097
"icon": "$(trash)"
30983098
},
30993099
{
31003100
"command": "extension.brightscript.rokuRegistry.importRegistry",
31013101
"title": "Import Registry",
3102-
"category": "BrighterScript",
3102+
"category": "BrightScript",
31033103
"icon": "$(arrow-down)"
31043104
},
31053105
{
31063106
"command": "extension.brightscript.rokuRegistry.exportRegistry",
31073107
"title": "Export Registry",
3108-
"category": "BrighterScript",
3108+
"category": "BrightScript",
31093109
"icon": "$(browser)"
31103110
},
31113111
{
31123112
"command": "extension.brightscript.openRegistryInBrowser",
31133113
"title": "Open device registry in a browser",
3114-
"category": "BrighterScript",
3114+
"category": "BrightScript",
31153115
"icon": "$(arrow-up)"
31163116
},
31173117
{
31183118
"command": "extension.brightscript.rokuAutomationView.startRecording",
31193119
"title": "Start Recording",
3120-
"category": "BrighterScript",
3120+
"category": "BrightScript",
31213121
"icon": "$(record)"
31223122
},
31233123
{
31243124
"command": "extension.brightscript.rokuAutomationView.stopRecording",
31253125
"title": "Stop Recording",
3126-
"category": "BrighterScript",
3126+
"category": "BrightScript",
31273127
"icon": "$(debug-stop)"
31283128
},
31293129
{
31303130
"command": "extension.brightscript.rokuAutomationView.enableAutorunOnDeploy",
31313131
"title": "Enable Autorun on deploy",
3132-
"category": "BrighterScript",
3132+
"category": "BrightScript",
31333133
"icon": "$(pass)"
31343134
},
31353135
{
31363136
"command": "extension.brightscript.rokuAutomationView.disableAutorunOnDeploy",
31373137
"title": "Disable autorun on deploy",
3138-
"category": "BrighterScript",
3138+
"category": "BrightScript",
31393139
"icon": "$(pass-filled)"
31403140
},
31413141
{
31423142
"command": "extension.brightscript.rokuAutomationView.importAllAutomations",
31433143
"title": "Import all automation scripts",
3144-
"category": "BrighterScript",
3144+
"category": "BrightScript",
31453145
"icon": "$(file-directory)"
31463146
},
31473147
{
31483148
"command": "extension.brightscript.rokuAutomationView.exportAllAutomations",
31493149
"title": "Export all automation scripts",
3150-
"category": "BrighterScript",
3150+
"category": "BrightScript",
31513151
"icon": "$(desktop-download)"
31523152
},
31533153
{
@@ -3159,36 +3159,36 @@
31593159
{
31603160
"command": "extension.brightscript.rokuAppOverlaysView.addNewOverlay",
31613161
"title": "Add New Overlay",
3162-
"category": "BrighterScript",
3162+
"category": "BrightScript",
31633163
"icon": "$(new-file)"
31643164
},
31653165
{
31663166
"command": "extension.brightscript.rokuAppOverlaysView.removeAllOverlays",
31673167
"title": "Remove All Overlays",
3168-
"category": "BrighterScript",
3168+
"category": "BrightScript",
31693169
"icon": "$(trash)"
31703170
},
31713171
{
31723172
"command": "extension.brightscript.languageServer.restart",
31733173
"title": "Restart Language Server",
3174-
"category": "BrighterScript",
3174+
"category": "BrightScript",
31753175
"icon": "$(refresh)"
31763176
},
31773177
{
31783178
"command": "extension.brightscript.languageServer.info",
31793179
"title": "View BrighterScript LanguageServer Info",
3180-
"category": "BrighterScript"
3180+
"category": "BrightScript"
31813181
},
31823182
{
31833183
"command": "extension.brightscript.rokuDeviceView.enableNodeInspector",
31843184
"title": "Inspect nodes",
3185-
"category": "BrighterScript",
3185+
"category": "BrightScript",
31863186
"icon": "$(inspect)"
31873187
},
31883188
{
31893189
"command": "extension.brightscript.rokuDeviceView.disableNodeInspector",
31903190
"title": "Stop inspecting nodes",
3191-
"category": "BrighterScript",
3191+
"category": "BrightScript",
31923192
"icon": "./images/icons/inspect-active.svg"
31933193
},
31943194
{
@@ -3209,48 +3209,48 @@
32093209
{
32103210
"command": "extension.brightscript.captureScreenshot",
32113211
"title": "Capture Screenshot",
3212-
"category": "BrighterScript"
3212+
"category": "BrightScript"
32133213
},
32143214
{
32153215
"command": "extension.brightscript.rokuDeviceView.pauseScreenshotCapture",
32163216
"title": "Device View: Pause Screenshot Capture",
3217-
"category": "BrighterScript",
3217+
"category": "BrightScript",
32183218
"icon": "$(debug-pause)"
32193219
},
32203220
{
32213221
"command": "extension.brightscript.rokuDeviceView.resumeScreenshotCapture",
32223222
"title": "Device View: Resume Screenshot Capture",
3223-
"category": "BrighterScript",
3223+
"category": "BrightScript",
32243224
"icon": "$(debug-start)"
32253225
},
32263226
{
32273227
"command": "extension.brightscript.rokuDeviceView.refreshScreenshot",
32283228
"title": "Device View: Refresh Screenshot",
3229-
"category": "BrighterScript",
3229+
"category": "BrightScript",
32303230
"icon": "$(refresh)"
32313231
},
32323232
{
32333233
"command": "extension.brightscript.rokuDeviceView.copyScreenshot",
32343234
"title": "Copy Screenshot",
3235-
"category": "BrighterScript",
3235+
"category": "BrightScript",
32363236
"icon": "$(clippy)"
32373237
},
32383238
{
32393239
"command": "extension.brightscript.disconnectFromDevice",
32403240
"title": "Disconnect From Roku Device",
3241-
"category": "BrighterScript",
3241+
"category": "BrightScript",
32423242
"icon": "$(debug-disconnect)"
32433243
},
32443244
{
32453245
"command": "extension.brightscript.openSceneGraphInspectorInPanel",
32463246
"title": "Open SceneGraph Inspector In New Window",
3247-
"category": "BrighterScript",
3247+
"category": "BrightScript",
32483248
"icon": "$(link-external)"
32493249
},
32503250
{
32513251
"command": "extension.brightscript.clearNpmPackageCache",
32523252
"title": "Clear the extension's local node_modules cache",
3253-
"category": "BrighterScript",
3253+
"category": "BrightScript",
32543254
"icon": "$(link-external)"
32553255
}
32563256
],

0 commit comments

Comments
 (0)