phptools-docs icon indicating copy to clipboard operation
phptools-docs copied to clipboard

Syntax highlight dont work in Remote SSH server

Open deniscass opened this issue 1 year ago • 1 comments

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 . Captura de Tela 2023-06-12 às 16 01 50

deniscass avatar Jun 12 '23 19:06 deniscass

@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?

jakubmisek avatar Jun 13 '23 11:06 jakubmisek