## 1.112.0

This commit is contained in:
2025-01-31 14:14:52 -07:00
parent 8ca13ac88a
commit 5269b0db43
12 changed files with 418 additions and 27 deletions

View File

@ -77,11 +77,51 @@
"command": "kanban.openWithTextEditor",
"title": "Open with Text Editor Kanban"
},
{
"category": "Leominster",
"command": "webview.costOfDelayLeominster",
"title": "Cost of Delay (CoD)"
},
{
"category": "Leominster",
"command": "webview.costOfDelayLiveLeominster",
"title": "Cost of Delay (CoD) - Live Update"
},
{
"category": "Leominster",
"command": "webview.costOfDelayEffortLeominster",
"title": "Effort"
},
{
"category": "Leominster",
"command": "webview.costOfDelayWSJFLeominster",
"title": "Weightest Shortest Job First calculation (WSJF)"
},
{
"category": "Markdown",
"command": "markdown.newMarkdownFile",
"title": "New Markdown File"
},
{
"category": "Mesa",
"command": "webview.costOfDelayMesa",
"title": "Cost of Delay (CoD)"
},
{
"category": "Mesa",
"command": "webview.costOfDelayLiveMesa",
"title": "Cost of Delay (CoD) - Live Update"
},
{
"category": "Mesa",
"command": "webview.costOfDelayEffortMesa",
"title": "Effort"
},
{
"category": "Mesa",
"command": "webview.costOfDelayWSJFMesa",
"title": "Weightest Shortest Job First calculation (WSJF)"
},
{
"category": "Quick Fix",
"command": "replaceLinesHelper.quickFixCamelCaseProperties",
@ -188,9 +228,9 @@
"title": "Wrap Sql for VB"
},
{
"category": "WebView",
"command": "webView.webView",
"title": "Web View"
"category": "Webview",
"command": "webview.example",
"title": "Webview Example"
}
]
},
@ -235,5 +275,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.111.1"
}
"version": "1.112.0"
}