SchoofsKelvin / vscode-sshfs

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

Run Build Task command doesn't work with added remote folder into workspace #321

Closed amigo421 closed 2 years ago

amigo421 commented 2 years ago

I'm using the extensions on Windows with latest stable vscode and c++ extension. as soon as I add (using SSH-FS) remote folder to workspace , the command Tasks: Run Build Task shows me "Fetching Build Configurations" and never stops. Removing remote folder solves the problem

SchoofsKelvin commented 2 years ago

Does this only happen with the C++ extension enabled? If so, that seems to be an issue on their end, they probably don't support remote filesystems (the FileSystemProvider extension API this extension uses) and get stuck trying to read from "it" (most likely trying to read from the local filesystem instead). Check their issues for something like this, or make a new issue. If it's actually something my extension is handling wrong, feel free to reopen this issue.

amigo421 commented 2 years ago

okay, thank you, I'll discuss/raise this in their repository