Merith
Merith
@eargollo Wanna combine your changes to mine? https://github.com/Merith-TK/sshcode {branch `msys-support`} Your changes are for the windows filepath conversion, mine are for getting chrome support. (from what i see atleast)
Well, saying our changes make it so the lines wont like up just right, i think we would have to find the `diff` between our branches and manually add them.
I have added you as a Collaborator to my repo
@eargollo I have applied my code into yours (offline at the moment) and it does execute properly What i dont fully understand is why your `sshcode.go` has only (with my...
mayeb yours is slightly out of date? and when i run the merged code, it still works, it turns out i dont know how to use the filepath to open...
quesiton is, which PR do we discuss on? Mine #127 or his #124 ?
So to recap from what i am getting from your issue you want to use the extensions on the REMOTE, and not sync the ones on the Client? I mean...
Well, Most of your private plugins should work just fine if you make it use vscode-datadir Specific Microsoft plugins such as the Remote toolset will not work at all, as...
A workaround you could do to make it work, is to make symlinks from the VSCode data dir to the sshcode-server datadir, and use the `--skip-sync` flag
Look iver the source code, should be the remoteExtensionsDir variable in sshcode.go On Tue, Jan 21, 2020, 3:30 PM cdevr wrote: > I mean of course the one for the...