Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for passing a filename to CLI #11255

Open
kenneth-marut-work opened this issue Jun 3, 2022 · 1 comment
Open

Support for passing a filename to CLI #11255

kenneth-marut-work opened this issue Jun 3, 2022 · 1 comment
Labels
theia-cli issues related to the theia-cli

Comments

@kenneth-marut-work
Copy link
Contributor

Feature Description:

With VSCode you can do something like code myfile.txt to open a file from the terminal into VSCode. Similarly, if you run code myfile.txt from an integrated terminal inside VSCode, it will open that file in an editor in the same instance. Would be great to have this behavior inside Theia. This would also allow us to set the git global config core.editor to Theia for users that like to edit commit messages etc. inside the IDE.

@kenneth-marut-work kenneth-marut-work added the theia-cli issues related to the theia-cli label Jun 3, 2022
@msujew
Copy link
Member

msujew commented Jun 24, 2022

@kenneth-marut-work I believe this could be related to #10890, since using the single instance lock will automatically pass the arguments to the existing Theia instance, were we can handle those appropriately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theia-cli issues related to the theia-cli
Projects
None yet
Development

No branches or pull requests

2 participants