Add configuration manager and setting for docker desktop path

Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
Sanjula Ganepola
2024-11-20 20:52:16 -05:00
parent a9e3938f62
commit 2f5e5210b4
5 changed files with 108 additions and 15 deletions

View File

@@ -499,6 +499,18 @@
}
]
},
"configuration": {
"title": "GitHub Local Actions",
"properties": {
"githubLocalActions.dockerDesktopPath": {
"type": "string",
"markdownDescription": "The path to your Docker Desktop executable (used for Windows and MacOS). To start Docker Engine from the `Components` view, this application will be launched. Refer to the default path based on OS:\n\n* **Windows**: `C:/Program Files/Docker/Docker/Docker Desktop.exe`\n\n* **MacOS**: `/Applications/Docker.app`\n\n* **Linux**: Not Required",
"items": {
"type": "string"
}
}
}
},
"colors": [
{
"id": "GitHubLocalActions.green",