## 1.121.0

This commit is contained in:
2025-04-11 13:37:44 -07:00
parent 70674c616d
commit 71219673e5
3 changed files with 29 additions and 23 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -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"
}