sfx101 / deck

DECK is a powerful and high performant local web development studio, an open source alternative to Docker desktop
https://github.com/deck-app
GNU Affero General Public License v3.0
1.5k stars 71 forks source link

Not urgent: "Open in Visual Code" button does not work #112

Closed CamKem closed 1 year ago

CamKem commented 1 year ago

I just noticed the "Open in Visual Studio Code" button does not open the program. MacOS operating system.

nabad600 commented 1 year ago

Hello @CamKem, Thank you for your interest in DECK. Below is a list of the first option.

1. Please make sure your terminal is responding to "code" commands. ( Open Terminal in your system and go to any folder and type "code ." automatically open vscode ) image a.)If not, code command is ineffective. image Then, Launch VS Code after that, then use Ctrl+Shift+P to access the Command Palette, and then type "shell command" to locate the Shell Command: Install the PATH command's "code" command. image b.) Check the programme settings if the code command is functioning.

2. Application Setting Launch the "DECK" programme image

We hope the problem is fixed. image

CamKem commented 1 year ago

Thanks, issue solved.

For reference, it wasn't the code . path in the app, it was related to having code stored inside a folder in apps. It turns out that the Deck app doesn't like vscode being in a sub folder.

I moved it to the base applications folder and it works fine.