[vscode-spring-cli] User defined command remove, execution and simple new

This commit is contained in:
aboyko
2024-01-22 18:57:34 -05:00
parent 607d235319
commit 0b71189821
6 changed files with 291 additions and 24 deletions

View File

@@ -74,7 +74,22 @@
},
{
"command": "vscode-spring-cli.command.add",
"title": "Add Command",
"title": "Add User Defined Command",
"category": "Spring CLI"
},
{
"command": "vscode-spring-cli.command.remove",
"title": "Remove User Defined Command",
"category": "Spring CLI"
},
{
"command": "vscode-spring-cli.command.new",
"title": "New User Defined Command",
"category": "Spring CLI"
},
{
"command": "vscode-spring-cli.command.execute",
"title": "Execute User Defined Command",
"category": "Spring CLI"
}
],
@@ -123,9 +138,11 @@
"vsce-pre-release-package": "vsce package --pre-release"
},
"dependencies": {
"lodash.debounce": "^4.0.8"
"lodash.debounce": "^4.0.8",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^18.8.0",
"@types/vscode": "1.75.0",