SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
546 stars 36 forks source link

How do I open multiple remote files at the same time, each in a new tab instead of a new view? #195

Closed githubcom13 closed 4 years ago

githubcom13 commented 4 years ago

Hi, How do I open multiple remote files at the same time, each in a new tab instead of a new view? Thank you

Simba98 commented 3 years ago

Although this issue is closed, can anybody tell me how to do that?

SchoofsKelvin commented 3 years ago

Is it even possible to do this for regular files? If not, this is an issue in VS Code and not the extension. VS Code merely asks my extension to get/set the contents/metadata of a file/directory. I don't control the actual editor tabs.