vscode-remote-workspace icon indicating copy to clipboard operation
vscode-remote-workspace copied to clipboard

PHP validation not working

Open josemi-ca opened this issue 7 years ago • 6 comments

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.

josemi-ca avatar Jun 09 '18 16:06 josemi-ca

@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 avatar Jun 09 '18 16:06 mkloubert

@mkloubert I see. Do you know if there's any vscode issue opened for this I could upvote?

They should definitely support this

Thanks

josemi-ca avatar Jun 09 '18 16:06 josemi-ca

@JMCA2 @teucer

I have started an issue here.

mkloubert avatar Jun 09 '18 17:06 mkloubert

Seams to be in progress.

mkloubert avatar Jun 11 '18 07:06 mkloubert

Is there any progress?

faustoFF avatar Dec 06 '18 18:12 faustoFF

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

andrews05 avatar Dec 13 '18 20:12 andrews05