## 1.115.0

This commit is contained in:
Mike Phares 2025-02-11 12:19:07 -07:00
parent ca9375d25d
commit baa3c222f3
3 changed files with 64 additions and 33 deletions

View File

@ -3,9 +3,13 @@
"editor.wordWrap": "off"
},
"cSpell.words": [
"Infineon",
"initialise",
"Kanban",
"VSIX"
"Phares",
"VSIX",
"Weightest",
"WSJF"
],
"files.eol": "\n",
"files.exclude": {

View File

@ -199,3 +199,15 @@ None
-----------------------------------------------------------------------------------------------------------
- Add Code Insiders lines when not present
## 1.114.0 1739295723637 = 638748925236370000 = 2025-0.Winter = Tue Feb 11 2025 10:42:03 GMT-0700 (Mountain Standard Time)
-----------------------------------------------------------------------------------------------------------
- infineon-mes-mike-phares
## 1.115.0 1739295727065 = 638748925270650000 = 2025-0.Winter = Tue Feb 11 2025 10:42:06 GMT-0700 (Mountain Standard Time)
-----------------------------------------------------------------------------------------------------------
- Infineon-Technologies-AG-Mesa-FI

View File

@ -4,28 +4,6 @@
"Other"
],
"contributes": {
"configuration": {
"type": "object",
"title": "Type Script Helper Configuration",
"properties": {
"fileTemplates.author": {
"type": [
"string",
"Mike Phares"
],
"default": null,
"description": "Value to use to replace #{author} variable."
},
"fileTemplates.company": {
"type": [
"string",
"Infineon Technologies Americas Corp."
],
"default": null,
"description": "Value to use to replace #{company} variable."
}
}
},
"commands": [
{
"category": "Helper",
@ -232,13 +210,35 @@
"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": "Type Script Helper Configuration",
"type": "object"
}
},
"dependencies": {
"@vscode/vsce": "^3.2.1",
"polka": "^0.5.2"
},
"description": "Helper for VS Code in TypeScript",
"description": "Cost of Delay Helper",
"devDependencies": {
"@nodelib/fs.stat": "^3.0.0",
"@types/mocha": "^10.0.6",
@ -260,20 +260,35 @@
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"displayName": "Type Script Helper",
"displayName": "Cost of Delay Helper",
"engines": {
"vscode": "^1.79.0"
},
"keywords": [
"Backlog",
"CoD",
"Cost of Delay (CoD)",
"FI",
"Infineon",
"Leominster",
"Mesa",
"Phares",
"Weightest Shortest Job First calculation (WSJF)",
"WSJF"
],
"main": "./dist/extension.js",
"name": "type-script-helper",
"publisher": "IFX",
"repository": "https://github.com/mikepharesjr/YO-VSCode/tree/master/type-script-helper",
"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:publish": "node node_modules/@vscode/vsce/vsce package",
"webpack": "webpack --config ./build/node-extension.webpack.config.js",
"watch": "concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\""
"vscode:package": "node node_modules/@vscode/vsce/vsce package",
"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: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.113.0"
"version": "1.115.0"
}