## 1.111.0

This commit is contained in:
2025-01-06 13:43:49 -07:00
parent e64c2a988c
commit 4ad075088a
6 changed files with 1540 additions and 558 deletions

View File

@ -11,7 +11,7 @@
"fileTemplates.author": {
"type": [
"string",
"null"
"Mike Phares"
],
"default": null,
"description": "Value to use to replace #{author} variable."
@ -19,7 +19,7 @@
"fileTemplates.company": {
"type": [
"string",
"null"
"Infineon Technologies Americas Corp."
],
"default": null,
"description": "Value to use to replace #{company} variable."
@ -72,26 +72,6 @@
"command": "kanban.openInNewWindow",
"title": "Open Sub-Kanban in New Window"
},
{
"category": "Kanban",
"command": "kanban.refreshBoth",
"title": "Refresh Kanban Both"
},
{
"category": "Kanban",
"command": "kanban.refreshSidebar",
"title": "Refresh Kanban Sidebar"
},
{
"category": "Kanban",
"command": "kanban.refreshWebView",
"title": "Refresh Kanban WebView"
},
{
"category": "Kanban",
"command": "kanban.debugReload",
"title": "Debug Reload Kanban"
},
{
"category": "Kanban",
"command": "kanban.openWithTextEditor",
@ -212,27 +192,7 @@
"command": "webView.webView",
"title": "Web View"
}
],
"views": {
"columns-to-cards-webview-view-provider-view": [
{
"contextualTitle": "Kanban",
"icon": "media/checklist.svg",
"id": "columns-to-cards-webview-view-provider",
"name": "Kanban",
"type": "webview"
}
]
},
"viewsContainers": {
"activitybar": [
{
"icon": "media/checklist.svg",
"id": "columns-to-cards-webview-view-provider-view",
"title": "Kanban"
}
]
}
]
},
"dependencies": {
"@vscode/vsce": "^3.2.1",
@ -275,5 +235,5 @@
"webpack": "webpack --config ./build/node-extension.webpack.config.js",
"watch": "concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\""
},
"version": "1.110.0"
"version": "1.111.0"
}