Add live process management commands to vscode

This commit is contained in:
Kris De Volder
2019-10-02 11:38:58 -07:00
parent 6a2c1026fb
commit f102f2cfe7
6 changed files with 83 additions and 7 deletions

View File

@@ -64,6 +64,11 @@
"configuration": "./properties-support/language-configuration.json"
}
],
"commands": [ {
"command": "vscode-spring-boot.live-hover.connect",
"title": "Manage Live Spring Boot Process Connections"
}
],
"configuration": {
"type": "object",
"title": "Boot-Java Configuration",