I am working on Windows with a remote SSH session to a Linux environment in Visual Studio Code. Sometimes I want to open a local file from my Windows system in this session.
When I press Ctrl + O to open a file, Visual Studio Code offers me a button "Show local", which opens a file browser on my local computer to search a file:
Unfortunately it's not possible to enter my file path directly (say c:\myfile.txt
). Obviously in remote setups only remote paths can be entered.
Is there some syntax or extension I can use to directly enter a local file path, without needing to open the file browser?