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

settings.json definitions for work with remote folders #406

Open JoseGonzalez84 opened 8 months ago

JoseGonzalez84 commented 8 months ago

Not sure if this is an issue or new feature, but I must throw the question.

It's possible some way to configure any parameters for develop with assistances? For make context:

I'm working in a remote server that hosts a PHP project. By environment reasons, its not possible use VSCode Server and SSH-FS would be the better choice for work with this project remotely. But usually I work with PHPCS and PHPCBF. Using SSH-FS, VSCode says me the value of php executable is not an valid PHP executable. I've setted /usr/bin/php (the path of PHP binary in the server) but still not working.

I created too the work environment and set the configuration in settings.json properly, but the problem persist:

"settings": {
    "php.validate.executablePath": "/usr/bin/php",
}

There is not possible set this configuration for work like local environment? the same configuration works fine in my computer.

Thanks in advance for your help, and sorry for my weird english.

JoseGonzalez84 commented 8 months ago

I'm sorry. Looking better at the issues list, I found this #275. I guess my problem is the same as those problems.

If you consider it, close this topic. Thank you very much, the extension may have this problem but it works well and is very useful.