[vscode-spring-cli] Simple TaskProvider implementation

This commit is contained in:
aboyko
2024-01-19 18:50:15 -05:00
parent 1ada4a9994
commit a55f551dfa
3 changed files with 47 additions and 12 deletions

View File

@@ -104,6 +104,10 @@
"arguments": {
"type": "array",
"description": "The parameters of the command"
},
"cwd": {
"type": "string",
"description": "Path for Spring CLI process execution"
}
}
}