Merge branch 'main' into feature/github-manager

This commit is contained in:
Sanjula Ganepola
2024-11-21 19:32:57 -05:00
committed by GitHub
6 changed files with 111 additions and 18 deletions

View File

@@ -9,7 +9,7 @@
},
"publisher": "SanjulaGanepola",
"license": "Apache-2.0",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"url": "https://github.com/SanjulaGanepola/github-local-actions"
},
@@ -517,6 +517,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`",
"items": {
"type": "string"
}
}
}
},
"colors": [
{
"id": "GitHubLocalActions.green",