373 lines
11 KiB
JSON
373 lines
11 KiB
JSON
{
|
|
"activationEvents": [
|
|
"onLanguage:csharp",
|
|
"onLanguage:markdown",
|
|
"onLanguage:javascript",
|
|
"onLanguage:json",
|
|
"onLanguage:typescript",
|
|
"onLanguage:yaml"
|
|
],
|
|
"categories": [
|
|
"Other"
|
|
],
|
|
"contributes": {
|
|
"commands": [
|
|
{
|
|
"category": "Calculate",
|
|
"command": "extension.calcAppendWithCursor",
|
|
"title": "Calculate and append in front of cursor"
|
|
},
|
|
{
|
|
"category": "Calculate",
|
|
"command": "extension.calcAppend",
|
|
"title": "Calculate and append"
|
|
},
|
|
{
|
|
"category": "Calculate",
|
|
"command": "extension.calcReplaceWithCursor",
|
|
"title": "Calculate and replace in front of cursor"
|
|
},
|
|
{
|
|
"category": "Explorer",
|
|
"command": "extension.rotateExplorerSortOrder",
|
|
"title": "Rotate Explorer Sort Order"
|
|
},
|
|
{
|
|
"category": "FileSync",
|
|
"command": "webview.fileSync",
|
|
"title": "FileSync"
|
|
},
|
|
{
|
|
"category": "Calculate",
|
|
"command": "extension.calcReplace",
|
|
"title": "Calculate and replace"
|
|
},
|
|
{
|
|
"category": "Helper",
|
|
"command": "copyHelper.copySyntaxInLight",
|
|
"title": "Copy Syntax In Light Theme"
|
|
},
|
|
{
|
|
"category": "Helper",
|
|
"command": "open-in-new-window.open",
|
|
"title": "Open in New Window"
|
|
},
|
|
{
|
|
"category": "Helper",
|
|
"command": "promiseLinesHelper.codeGeneratorQuickPick",
|
|
"title": "Code Generator - Quick Pick"
|
|
},
|
|
{
|
|
"category": "Helper",
|
|
"command": "promiseLinesHelper.insertDateTime",
|
|
"title": "Insert DateTime"
|
|
},
|
|
{
|
|
"category": "Helper",
|
|
"command": "promiseLinesHelper.insertAllExtensions",
|
|
"title": "Insert All Extensions (Not Disabled)"
|
|
},
|
|
{
|
|
"category": "Helper",
|
|
"command": "promiseLinesHelper.transformToParamCase",
|
|
"title": "Transform to Param (Kebab) Case"
|
|
},
|
|
{
|
|
"category": "Helper",
|
|
"command": "promiseLinesHelper.transformToProperCase",
|
|
"title": "Transform to Proper (Pascal) Case"
|
|
},
|
|
{
|
|
"category": "Helper",
|
|
"command": "readOnlyLinesHelper.searchGoogle",
|
|
"title": "Search Google"
|
|
},
|
|
{
|
|
"category": "Kanban",
|
|
"command": "kanban.openInNewWindow",
|
|
"title": "Open Sub-Kanban in New Window"
|
|
},
|
|
{
|
|
"category": "Kanban",
|
|
"command": "kanban.openWithTextEditor",
|
|
"title": "Open with Text Editor Kanban"
|
|
},
|
|
{
|
|
"category": "Leominster",
|
|
"command": "webview.backlogLeominster",
|
|
"title": "Backlog (Bugs & Features with parents)"
|
|
},
|
|
{
|
|
"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.backlogMesa",
|
|
"title": "Backlog (Bugs & Features with parents)"
|
|
},
|
|
{
|
|
"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",
|
|
"title": "Camel Case Properties"
|
|
},
|
|
{
|
|
"category": "Quick Fix",
|
|
"command": "replaceLinesHelper.quickFixCS0108",
|
|
"title": " CS0108 (Data Annotations)"
|
|
},
|
|
{
|
|
"category": "Quick Fix",
|
|
"command": "replaceLinesHelper.quickFixInstanceFieldToCalisthenics",
|
|
"title": "Instance Field to Calisthenics"
|
|
},
|
|
{
|
|
"category": "Quick Fix",
|
|
"command": "replaceLinesHelper.quickFixProperCaseProperties",
|
|
"title": "Proper Case Properties"
|
|
},
|
|
{
|
|
"category": "Quick Fix",
|
|
"command": "replaceLinesHelper.quickFixPublic",
|
|
"title": "Public (Expression Body)"
|
|
},
|
|
{
|
|
"category": "Replace",
|
|
"command": "replaceLinesHelper.addCSharpComment",
|
|
"title": "Add C# Comment"
|
|
},
|
|
{
|
|
"category": "Replace",
|
|
"command": "replaceLinesHelper.addVBComment",
|
|
"title": "Add VB Comment"
|
|
},
|
|
{
|
|
"category": "Replace",
|
|
"command": "replaceLinesHelper.convertToRegularExpression",
|
|
"title": "Convert to Regular Expression"
|
|
},
|
|
{
|
|
"category": "Replace",
|
|
"command": "replaceLinesHelper.cutEachLine",
|
|
"title": "Cut each line after |||"
|
|
},
|
|
{
|
|
"category": "Replace",
|
|
"command": "replaceLinesHelper.distinctLines",
|
|
"title": "Distinct Lines"
|
|
},
|
|
{
|
|
"category": "Replace",
|
|
"command": "replaceLinesHelper.expandSql",
|
|
"title": "Expand Sql"
|
|
},
|
|
{
|
|
"category": "Replace",
|
|
"command": "replaceLinesHelper.listToListFamily",
|
|
"title": "List to list family (Kristy, Mike ...)"
|
|
},
|
|
{
|
|
"category": "Replace",
|
|
"command": "replaceLinesHelper.listToListWrappedComma",
|
|
"title": "List to list wrapped comma"
|
|
},
|
|
{
|
|
"category": "Replace",
|
|
"command": "replaceLinesHelper.prettySql",
|
|
"title": "Pretty Sql"
|
|
},
|
|
{
|
|
"category": "Replace",
|
|
"command": "replaceLinesHelper.removeComment",
|
|
"title": "Remove comment"
|
|
},
|
|
{
|
|
"category": "Replace",
|
|
"command": "replaceLinesHelper.removeJsonNullValues",
|
|
"title": "Remove json null values"
|
|
},
|
|
{
|
|
"category": "Replace",
|
|
"command": "replaceLinesHelper.removeLinesContainingHighlighted",
|
|
"title": "Remove lines containing highlighted"
|
|
},
|
|
{
|
|
"category": "Replace",
|
|
"command": "replaceLinesHelper.sortLength",
|
|
"title": "Sort by Length"
|
|
},
|
|
{
|
|
"category": "Replace",
|
|
"command": "replaceLinesHelper.sortNormal",
|
|
"title": "My Sort lines (ascending, case sensitive)"
|
|
},
|
|
{
|
|
"category": "Replace",
|
|
"command": "replaceLinesHelper.splitBySpaceReverseJoinSort",
|
|
"title": "Split by Space Reverse Join Sort lines (ascending, case sensitive)"
|
|
},
|
|
{
|
|
"category": "Replace",
|
|
"command": "replaceLinesHelper.unwrapSql",
|
|
"title": "Un-wrap Sql"
|
|
},
|
|
{
|
|
"category": "Replace",
|
|
"command": "replaceLinesHelper.wrapSqlCSharp",
|
|
"title": "Wrap Sql for C#"
|
|
},
|
|
{
|
|
"category": "Replace",
|
|
"command": "replaceLinesHelper.wrapSqlVB",
|
|
"title": "Wrap Sql for VB"
|
|
},
|
|
{
|
|
"category": "Webview",
|
|
"command": "webview.example",
|
|
"title": "Webview Example"
|
|
}
|
|
],
|
|
"configuration": {
|
|
"properties": {
|
|
"fileTemplates.author": {
|
|
"default": null,
|
|
"description": "Value to use to replace #{author} variable.",
|
|
"type": [
|
|
"string",
|
|
"Mike Phares"
|
|
]
|
|
},
|
|
"fileTemplates.company": {
|
|
"default": null,
|
|
"description": "Value to use to replace #{company} variable.",
|
|
"type": [
|
|
"string",
|
|
"Infineon Technologies Americas Corp."
|
|
]
|
|
}
|
|
},
|
|
"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": {
|
|
"@vscode/vsce": "^3.2.1",
|
|
"polka": "^0.5.2"
|
|
},
|
|
"description": "Cost of Delay Helper",
|
|
"devDependencies": {
|
|
"@nodelib/fs.stat": "^3.0.0",
|
|
"@types/mocha": "^10.0.6",
|
|
"@types/node": "^18.11.0",
|
|
"@types/vscode": "^1.63.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.40.0",
|
|
"@typescript-eslint/parser": "^5.40.0",
|
|
"@vscode/test-electron": "^2.4.0",
|
|
"@vscode/test-web": "*",
|
|
"concurrently": "^8.2.2",
|
|
"editor-calc": "^2.1.0",
|
|
"eslint": "^8.25.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"glob": "^10.4.1",
|
|
"mocha": "^10.4.0",
|
|
"prettier": "^2.7.1",
|
|
"ts-loader": "^9.4.1",
|
|
"typescript": "^4.8.4",
|
|
"webpack": "^5.74.0",
|
|
"webpack-cli": "^4.10.0"
|
|
},
|
|
"displayName": "Cost of Delay Helper",
|
|
"engines": {
|
|
"vscode": "^1.79.0"
|
|
},
|
|
"icon": "media/LOGO_RGB.png",
|
|
"keywords": [
|
|
"Backlog",
|
|
"CoD",
|
|
"Cost of Delay (CoD)",
|
|
"FI",
|
|
"Infineon",
|
|
"Leominster",
|
|
"Mesa",
|
|
"Phares",
|
|
"Weightest Shortest Job First calculation (WSJF)",
|
|
"WSJF"
|
|
],
|
|
"main": "./dist/extension.js",
|
|
"name": "infineon-technologies-ag-mesa-fi-cost-of-delay-helper",
|
|
"publisher": "Infineon-Technologies-AG-Mesa-FI",
|
|
"repository": "https://gitea.phares.duckdns.org/phares3757/yo-vscode.git",
|
|
"scripts": {
|
|
"tsc-build": "tsc",
|
|
"tsc-clean": "tsc --build --clean",
|
|
"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.124.0"
|
|
} |