diff --git a/type-script-helper/README.md b/type-script-helper/README.md index a35d8de..43e94c1 100644 --- a/type-script-helper/README.md +++ b/type-script-helper/README.md @@ -235,3 +235,8 @@ None ----------------------------------------------------------------------------------------------------------- - Sidebar button for view command pallete images + +## 1.121.0 1744403802837 = 638800006028370000 = 2025-1.Spring = Fri Apr 11 2025 13:36:42 GMT-0700 (Mountain Standard Time) +----------------------------------------------------------------------------------------------------------- + +- Extenion logo diff --git a/type-script-helper/media/LOGO_RGB.png b/type-script-helper/media/LOGO_RGB.png new file mode 100644 index 0000000..c511d33 Binary files /dev/null and b/type-script-helper/media/LOGO_RGB.png differ diff --git a/type-script-helper/package.json b/type-script-helper/package.json index afab92d..6351773 100644 --- a/type-script-helper/package.json +++ b/type-script-helper/package.json @@ -28,7 +28,7 @@ "title": "Calculate and replace in front of cursor" }, { - "category": "Explorer", + "category": "Explorer", "command": "extension.rotateExplorerSortOrder", "title": "Rotate Explorer Sort Order" }, @@ -253,26 +253,6 @@ "title": "Webview Example" } ], - "views": { - "view-command-pallete-webview-view-provider-view": [ - { - "contextualTitle": "Infineon Technologies Americas Corp.", - "icon": "media/lowres-LOGO_Black.png.png", - "id": "view-command-pallete-webview-view-provider", - "name": "Infineon", - "type": "webview" - } - ] - }, - "viewsContainers": { - "activitybar": [ - { - "icon": "media/lowres-LOGO_Black.png.png", - "id": "view-command-pallete-webview-view-provider-view", - "title": "Infineon Technologies Americas Corp." - } - ] - }, "configuration": { "properties": { "fileTemplates.author": { @@ -294,6 +274,26 @@ }, "title": "Cost of Delay Helper Configuration", "type": "object" + }, + "views": { + "view-command-pallete-webview-view-provider-view": [ + { + "contextualTitle": "Infineon Technologies Americas Corp.", + "icon": "media/lowres-LOGO_Black.png.png", + "id": "view-command-pallete-webview-view-provider", + "name": "Infineon", + "type": "webview" + } + ] + }, + "viewsContainers": { + "activitybar": [ + { + "icon": "media/lowres-LOGO_Black.png.png", + "id": "view-command-pallete-webview-view-provider-view", + "title": "Infineon Technologies Americas Corp." + } + ] } }, "dependencies": { @@ -327,6 +327,7 @@ "engines": { "vscode": "^1.79.0" }, + "icon": "media/LOGO_RGB.png", "keywords": [ "Backlog", "CoD", @@ -346,12 +347,12 @@ "scripts": { "tsc-build": "tsc", "tsc-clean": "tsc --build --clean", - "vscode:package": "node node_modules/@vscode/vsce/vsce package", "vscode:login": "node node_modules/@vscode/vsce/vsce login Infineon-Technologies-AG-Mesa-FI", "vscode:ls-publishers": "node node_modules/@vscode/vsce/vsce ls-publishers", + "vscode:package": "node node_modules/@vscode/vsce/vsce package", "vscode:publish": "node node_modules/@vscode/vsce/vsce publish", "watch": "concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\"", "webpack": "webpack --config ./build/node-extension.webpack.config.js" }, - "version": "1.120.0" + "version": "1.121.0" } \ No newline at end of file