[vscode-spring-cli] User defined command remove, execution and simple new
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user