You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue occur when all extensions are disabled?: Yes/No
VS Code Version: 1.95.3
OS Version: Windows 10
Hello, after updating vscode, when i try to do CTRL + / in order to comment a line in php file, it comments as HTML comments
instead of normal php comments
//
I have the built in extenstions enabled, and external extension PHP Debug by xdebug.org
Also I had php extension pack, disabled it, removed it, and the problem is still happening.
Steps to Reproduce:
open vs code
create a pure php file with extenstion .php
try to comment with CTRL +/
recieve HTML comments instead of php comments
The text was updated successfully, but these errors were encountered:
however there is a new bug
ctrl+/ toggle comment doesn't work after opening a blank php file for the first time
it used to work in 1.75.1, but broke in 1.76.0
Does this issue occur when all extensions are disabled?: Yes/No
Hello, after updating vscode, when i try to do CTRL + / in order to comment a line in php file, it comments as HTML comments
instead of normal php comments
//
I have the built in extenstions enabled, and external extension PHP Debug by xdebug.org
Also I had php extension pack, disabled it, removed it, and the problem is still happening.
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: