remove unused spring cli executable preference

This commit is contained in:
Martin Lippert
2024-10-02 10:26:00 +02:00
parent b1bc70840e
commit cd18390a45

View File

@@ -456,17 +456,6 @@
}
}
},
{
"id": "spring-cli",
"title": "Spring CLI",
"properties": {
"spring-cli.executable": {
"type": "string",
"default": "spring",
"description": "Spring CLI executable. Either name of the executable if it's on the PATH environment variable or absolute path to the spring CLI executable (or JAR for dev purposes)"
}
}
},
{
"id": "ls",
"title": "Language Server",