## 1.112.0
This commit is contained in:
@ -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"
|
||||
}
|
Reference in New Issue
Block a user