We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Id like to have a command with which I can open a file from the vs code terminal. The file should then open with vs code.
Edit: Something like this: https://stackoverflow.com/questions/41377489/how-to-open-a-file-from-the-integrated-terminal-in-visual-studio-code
The text was updated successfully, but these errors were encountered:
We pass the regular vscode command line so try to use the same flags.
Sorry, something went wrong.
This isn't currently possible but eventually it will be. Tracking for the feature can be found here: #164
We'll most likely detect if code-server is already running and if so we'll open the file in the existing instance.
I came here from a search engine, but I have already found the answer, so I will share it: code -r filename already works.
code -r filename
No branches or pull requests
Description
Id like to have a command with which I can open a file from the vs code terminal. The file should then open with vs code.
Edit: Something like this: https://stackoverflow.com/questions/41377489/how-to-open-a-file-from-the-integrated-terminal-in-visual-studio-code
The text was updated successfully, but these errors were encountered: