phptools-docs
phptools-docs copied to clipboard
Syntax highlight dont work in Remote SSH server
Hi guys, i get some issues with syntax highlight for PHP files when using PhpTools in Remove SSH Server. Dont work as spected.
I`m using PHP Tools v1.34.13120 with PHP 8.1 CLI instaled in a Ubuntu 22.04 server. When i open a local file, works fine in my VSCode .
@deniscass thank you for reporting the issue
This looks like it's caused by another extension or a misconfiguration of VSCode. Our extension does not provide colorization of PHP syntax (we're only adding colors such as the red string
there on line 101).
Did you try disabling "PHP" extension to see if it starts working? or disabling some other extension?