rafaelmaiolla / remote-vscode

A package that implements the Textmate's 'rmate' feature for Visual Studio Code.
MIT License
259 stars 33 forks source link

create new workspace for each server #57

Open sarim opened 6 years ago

sarim commented 6 years ago

Right now the files are opened in current window/workspace. It would be great to create a new workspace when opening a remote file. and each subsequent remote file from same server should open in that same workspace.

What needs to be changed to make this happen? maintain a map of remote-host>vscode-workspace somewhere. Create a folder named with server name in TEMP and place all files from that server in that folder. Open that folder in vscode.

rafaelmaiolla commented 6 years ago

I'm not sure this is possibe.

happymacarts commented 2 years ago

would it be possible to use a different theme on "remote" files so they can easily be distinguished? In Sublime text there was a setting for remote_subl.sublime-settings

{
    "color_scheme" : "Packages/Color Scheme - Default/Monokai.tmTheme",
}