You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
Feature Description:
With VSCode you can do something like
code myfile.txt
to open a file from the terminal into VSCode. Similarly, if you runcode 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.The text was updated successfully, but these errors were encountered: