[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

@@ -17,6 +17,7 @@
"./**/*.ts"
],
"exclude": [
"node_modules"
"node_modules",
"out"
]
}