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
This command will open the file with an existing vscode window.
Having this command is convenient, because I can open any file from vscode's built-in terminal.
I wish code-server has something similar.
basically, within the code-server's built-in terminal, if I type code-server -r filename, the file will be opened by code-server in the same browser window.
The text was updated successfully, but these errors were encountered:
vscode has this command line
code -r filename
This command will open the file with an existing vscode window.
Having this command is convenient, because I can open any file from vscode's built-in terminal.
I wish code-server has something similar.
basically, within the code-server's built-in terminal, if I type code-server -r filename, the file will be opened by code-server in the same browser window.
The text was updated successfully, but these errors were encountered: