From 34574b97f37ef32fd0d16a2ff362f6924b4c4606 Mon Sep 17 00:00:00 2001 From: Sanjula Ganepola Date: Wed, 20 Nov 2024 20:59:39 -0500 Subject: [PATCH] Remove description for linux Signed-off-by: Sanjula Ganepola --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 398763a..ea25050 100644 --- a/package.json +++ b/package.json @@ -504,7 +504,7 @@ "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", + "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" }