[vscode-spring-cli]: project add and remove commands

This commit is contained in:
aboyko
2024-01-18 17:04:17 -05:00
parent 78acd15d25
commit 9ad22afdef
9 changed files with 189 additions and 66 deletions

View File

@@ -61,6 +61,16 @@
"command": "vscode-spring-cli.project-catalog.remove",
"title": "Remove Project Catalog",
"category": "Spring CLI"
},
{
"command": "vscode-spring-cli.project.add",
"title": "Add Project",
"category": "Spring CLI"
},
{
"command": "vscode-spring-cli.project.remove",
"title": "Remove Project",
"category": "Spring CLI"
}
]
},