vscode-remote-workspace
vscode-remote-workspace copied to clipboard
PHP validation not working
The following error is shown when opening PHP files from SFTP:
Cannot validate since C://PHP//php.exe is not a valid php executable. Use the setting 'php.validate.executablePath' to configure the PHP executable.
@JMCA2
This is something that does the FileSystemProvider API currently not supports directly.
The issue is similar to linting and formatting opened by @teucer.
@mkloubert I see. Do you know if there's any vscode issue opened for this I could upvote?
They should definitely support this
Thanks
Seams to be in progress.
Is there any progress?
As was posted on the vscode issue thread, there seems to be a possible workaround that you could implement in the FileSystemProvider: https://github.com/facebookarchive/nuclide/commit/8cf697a04c76132f922bf19e27252990dbc83b41