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?: No
VS Code Version: 1.83
OS Version: Win10
Extensions: PHP debug 1.33.0
Steps to Reproduce:
php file.
set string = "SELECT * FROM [", and write any statement after the string. The editor will be working abnormal.
set string = "SELECT * FROM [" and comment after the string. The editor will be working abnormal.
set string = "SELECT * FROM [".$_POST['getdb']."].[dbo].[tabl1] WHERE [column1] = 'PASSWORD'"; The red backet will be shown.
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: No
VS Code Version: 1.83
OS Version: Win10
Extensions: PHP debug 1.33.0
Steps to Reproduce:
php file.
set string = "SELECT * FROM [", and write any statement after the string. The editor will be working abnormal.
set string = "SELECT * FROM [" and comment after the string. The editor will be working abnormal.
set string = "SELECT * FROM [".$_POST['getdb']."].[dbo].[tabl1] WHERE [column1] = 'PASSWORD'"; The red backet will be shown.
The text was updated successfully, but these errors were encountered: