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

Disable warning #361

Closed axelhuizinga closed 1 year ago

axelhuizinga commented 1 year ago

How can I disable warnings like: The home directory '/mnt/web217/e2/63/511726063/htdocs' in SSH FS ' is not a directory, this might be a sign of bad permissions

Cleanerrr commented 1 year ago

I have sam problem. Any solution ???

JohnnyMT commented 1 year ago

Same here, but it only appears when I try to add the folder to the workspace... Terminal works fine btw. I realized that terminal gets opened with the path I specified, but the error message shown when i try to add it to the workspace don't reflect that path? Do you also have a path specified in your config?

axelhuizinga commented 1 year ago

Johnny are you talking about this one? (which I have on default now - adding workspace after key based login works well meanwhile - can't recall actually how I got rid of it) Root Optional Path on the remote server that should be opened by default when creating a terminal or using the Add as Workspace folder command/button. Defaults to /

eherber commented 1 year ago

same problem here

SchoofsKelvin commented 1 year ago

The Settings UI doesn't have an entry for this yet, but you can add a -CHECK_HOME flag (include the minus. see #270) to your config to disable the home directory check.