eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.93k stars 2.49k forks source link

"Shell Command: Install 'code' command in PATH" command is missing #13793

Open rahulgupta-acquia opened 3 months ago

rahulgupta-acquia commented 3 months ago

Bug Description:

Hi, I am using Theia 1.50.0

Vscode has a command “Shell Command: Install 'code' command in PATH” (see https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line). It seems like Theia does not have this command. (I am using php).

Am I missing something? Is there a way to enable this capability, please suggest?

Steps to Reproduce:

  1. Open Theia IDE .
  2. Press CMD + SHIFT + P and then type "shell command: install 'code' in PATH"
  3. No command showing related to "shell command"
Screenshot 2024-06-11 at 11 04 10 AM

Additional Information

msujew commented 3 months ago

Hey @rahulgupta-acquia,

Afaik the command is simply not implemented in Theia. Feel free to contribute, if you want to take care of this.

casperghst42 commented 2 months ago

By far the easiest way to start VS Code in a specific directory is by using 'code'. The same would be the case to Theira-IDE. Having to navigate the file system using a mouse is tedious. (thank you).