Open sarim opened 6 years ago
I'm not sure this is possibe.
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",
}
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.