|
3087 | 3087 | { |
3088 | 3088 | "command": "extension.brightscript.rokuRegistry.refreshRegistry", |
3089 | 3089 | "title": "Refresh Registry", |
3090 | | - "category": "Roku Registry", |
| 3090 | + "category": "BrightScript", |
3091 | 3091 | "icon": "$(refresh)" |
3092 | 3092 | }, |
3093 | 3093 | { |
3094 | 3094 | "command": "extension.brightscript.rokuRegistry.clearRegistry", |
3095 | 3095 | "title": "Clear Registry", |
3096 | | - "category": "BrighterScript", |
| 3096 | + "category": "BrightScript", |
3097 | 3097 | "icon": "$(trash)" |
3098 | 3098 | }, |
3099 | 3099 | { |
3100 | 3100 | "command": "extension.brightscript.rokuRegistry.importRegistry", |
3101 | 3101 | "title": "Import Registry", |
3102 | | - "category": "BrighterScript", |
| 3102 | + "category": "BrightScript", |
3103 | 3103 | "icon": "$(arrow-down)" |
3104 | 3104 | }, |
3105 | 3105 | { |
3106 | 3106 | "command": "extension.brightscript.rokuRegistry.exportRegistry", |
3107 | 3107 | "title": "Export Registry", |
3108 | | - "category": "BrighterScript", |
| 3108 | + "category": "BrightScript", |
3109 | 3109 | "icon": "$(browser)" |
3110 | 3110 | }, |
3111 | 3111 | { |
3112 | 3112 | "command": "extension.brightscript.openRegistryInBrowser", |
3113 | 3113 | "title": "Open device registry in a browser", |
3114 | | - "category": "BrighterScript", |
| 3114 | + "category": "BrightScript", |
3115 | 3115 | "icon": "$(arrow-up)" |
3116 | 3116 | }, |
3117 | 3117 | { |
3118 | 3118 | "command": "extension.brightscript.rokuAutomationView.startRecording", |
3119 | 3119 | "title": "Start Recording", |
3120 | | - "category": "BrighterScript", |
| 3120 | + "category": "BrightScript", |
3121 | 3121 | "icon": "$(record)" |
3122 | 3122 | }, |
3123 | 3123 | { |
3124 | 3124 | "command": "extension.brightscript.rokuAutomationView.stopRecording", |
3125 | 3125 | "title": "Stop Recording", |
3126 | | - "category": "BrighterScript", |
| 3126 | + "category": "BrightScript", |
3127 | 3127 | "icon": "$(debug-stop)" |
3128 | 3128 | }, |
3129 | 3129 | { |
3130 | 3130 | "command": "extension.brightscript.rokuAutomationView.enableAutorunOnDeploy", |
3131 | 3131 | "title": "Enable Autorun on deploy", |
3132 | | - "category": "BrighterScript", |
| 3132 | + "category": "BrightScript", |
3133 | 3133 | "icon": "$(pass)" |
3134 | 3134 | }, |
3135 | 3135 | { |
3136 | 3136 | "command": "extension.brightscript.rokuAutomationView.disableAutorunOnDeploy", |
3137 | 3137 | "title": "Disable autorun on deploy", |
3138 | | - "category": "BrighterScript", |
| 3138 | + "category": "BrightScript", |
3139 | 3139 | "icon": "$(pass-filled)" |
3140 | 3140 | }, |
3141 | 3141 | { |
3142 | 3142 | "command": "extension.brightscript.rokuAutomationView.importAllAutomations", |
3143 | 3143 | "title": "Import all automation scripts", |
3144 | | - "category": "BrighterScript", |
| 3144 | + "category": "BrightScript", |
3145 | 3145 | "icon": "$(file-directory)" |
3146 | 3146 | }, |
3147 | 3147 | { |
3148 | 3148 | "command": "extension.brightscript.rokuAutomationView.exportAllAutomations", |
3149 | 3149 | "title": "Export all automation scripts", |
3150 | | - "category": "BrighterScript", |
| 3150 | + "category": "BrightScript", |
3151 | 3151 | "icon": "$(desktop-download)" |
3152 | 3152 | }, |
3153 | 3153 | { |
|
3159 | 3159 | { |
3160 | 3160 | "command": "extension.brightscript.rokuAppOverlaysView.addNewOverlay", |
3161 | 3161 | "title": "Add New Overlay", |
3162 | | - "category": "BrighterScript", |
| 3162 | + "category": "BrightScript", |
3163 | 3163 | "icon": "$(new-file)" |
3164 | 3164 | }, |
3165 | 3165 | { |
3166 | 3166 | "command": "extension.brightscript.rokuAppOverlaysView.removeAllOverlays", |
3167 | 3167 | "title": "Remove All Overlays", |
3168 | | - "category": "BrighterScript", |
| 3168 | + "category": "BrightScript", |
3169 | 3169 | "icon": "$(trash)" |
3170 | 3170 | }, |
3171 | 3171 | { |
3172 | 3172 | "command": "extension.brightscript.languageServer.restart", |
3173 | 3173 | "title": "Restart Language Server", |
3174 | | - "category": "BrighterScript", |
| 3174 | + "category": "BrightScript", |
3175 | 3175 | "icon": "$(refresh)" |
3176 | 3176 | }, |
3177 | 3177 | { |
3178 | 3178 | "command": "extension.brightscript.languageServer.info", |
3179 | 3179 | "title": "View BrighterScript LanguageServer Info", |
3180 | | - "category": "BrighterScript" |
| 3180 | + "category": "BrightScript" |
3181 | 3181 | }, |
3182 | 3182 | { |
3183 | 3183 | "command": "extension.brightscript.rokuDeviceView.enableNodeInspector", |
3184 | 3184 | "title": "Inspect nodes", |
3185 | | - "category": "BrighterScript", |
| 3185 | + "category": "BrightScript", |
3186 | 3186 | "icon": "$(inspect)" |
3187 | 3187 | }, |
3188 | 3188 | { |
3189 | 3189 | "command": "extension.brightscript.rokuDeviceView.disableNodeInspector", |
3190 | 3190 | "title": "Stop inspecting nodes", |
3191 | | - "category": "BrighterScript", |
| 3191 | + "category": "BrightScript", |
3192 | 3192 | "icon": "./images/icons/inspect-active.svg" |
3193 | 3193 | }, |
3194 | 3194 | { |
|
3209 | 3209 | { |
3210 | 3210 | "command": "extension.brightscript.captureScreenshot", |
3211 | 3211 | "title": "Capture Screenshot", |
3212 | | - "category": "BrighterScript" |
| 3212 | + "category": "BrightScript" |
3213 | 3213 | }, |
3214 | 3214 | { |
3215 | 3215 | "command": "extension.brightscript.rokuDeviceView.pauseScreenshotCapture", |
3216 | 3216 | "title": "Device View: Pause Screenshot Capture", |
3217 | | - "category": "BrighterScript", |
| 3217 | + "category": "BrightScript", |
3218 | 3218 | "icon": "$(debug-pause)" |
3219 | 3219 | }, |
3220 | 3220 | { |
3221 | 3221 | "command": "extension.brightscript.rokuDeviceView.resumeScreenshotCapture", |
3222 | 3222 | "title": "Device View: Resume Screenshot Capture", |
3223 | | - "category": "BrighterScript", |
| 3223 | + "category": "BrightScript", |
3224 | 3224 | "icon": "$(debug-start)" |
3225 | 3225 | }, |
3226 | 3226 | { |
3227 | 3227 | "command": "extension.brightscript.rokuDeviceView.refreshScreenshot", |
3228 | 3228 | "title": "Device View: Refresh Screenshot", |
3229 | | - "category": "BrighterScript", |
| 3229 | + "category": "BrightScript", |
3230 | 3230 | "icon": "$(refresh)" |
3231 | 3231 | }, |
3232 | 3232 | { |
3233 | 3233 | "command": "extension.brightscript.rokuDeviceView.copyScreenshot", |
3234 | 3234 | "title": "Copy Screenshot", |
3235 | | - "category": "BrighterScript", |
| 3235 | + "category": "BrightScript", |
3236 | 3236 | "icon": "$(clippy)" |
3237 | 3237 | }, |
3238 | 3238 | { |
3239 | 3239 | "command": "extension.brightscript.disconnectFromDevice", |
3240 | 3240 | "title": "Disconnect From Roku Device", |
3241 | | - "category": "BrighterScript", |
| 3241 | + "category": "BrightScript", |
3242 | 3242 | "icon": "$(debug-disconnect)" |
3243 | 3243 | }, |
3244 | 3244 | { |
3245 | 3245 | "command": "extension.brightscript.openSceneGraphInspectorInPanel", |
3246 | 3246 | "title": "Open SceneGraph Inspector In New Window", |
3247 | | - "category": "BrighterScript", |
| 3247 | + "category": "BrightScript", |
3248 | 3248 | "icon": "$(link-external)" |
3249 | 3249 | }, |
3250 | 3250 | { |
3251 | 3251 | "command": "extension.brightscript.clearNpmPackageCache", |
3252 | 3252 | "title": "Clear the extension's local node_modules cache", |
3253 | | - "category": "BrighterScript", |
| 3253 | + "category": "BrightScript", |
3254 | 3254 | "icon": "$(link-external)" |
3255 | 3255 | } |
3256 | 3256 | ], |
|
0 commit comments