## 1.121.0
This commit is contained in:
@ -235,3 +235,8 @@ None
|
|||||||
-----------------------------------------------------------------------------------------------------------
|
-----------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
- Sidebar button for view command pallete images
|
- 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
|
||||||
|
BIN
type-script-helper/media/LOGO_RGB.png
Normal file
BIN
type-script-helper/media/LOGO_RGB.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
@ -253,26 +253,6 @@
|
|||||||
"title": "Webview Example"
|
"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": {
|
"configuration": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"fileTemplates.author": {
|
"fileTemplates.author": {
|
||||||
@ -294,6 +274,26 @@
|
|||||||
},
|
},
|
||||||
"title": "Cost of Delay Helper Configuration",
|
"title": "Cost of Delay Helper Configuration",
|
||||||
"type": "object"
|
"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": {
|
"dependencies": {
|
||||||
@ -327,6 +327,7 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.79.0"
|
"vscode": "^1.79.0"
|
||||||
},
|
},
|
||||||
|
"icon": "media/LOGO_RGB.png",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Backlog",
|
"Backlog",
|
||||||
"CoD",
|
"CoD",
|
||||||
@ -346,12 +347,12 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"tsc-build": "tsc",
|
"tsc-build": "tsc",
|
||||||
"tsc-clean": "tsc --build --clean",
|
"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: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: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",
|
"vscode:publish": "node node_modules/@vscode/vsce/vsce publish",
|
||||||
"watch": "concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\"",
|
"watch": "concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\"",
|
||||||
"webpack": "webpack --config ./build/node-extension.webpack.config.js"
|
"webpack": "webpack --config ./build/node-extension.webpack.config.js"
|
||||||
},
|
},
|
||||||
"version": "1.120.0"
|
"version": "1.121.0"
|
||||||
}
|
}
|
Reference in New Issue
Block a user