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
VS Code Version: 1.86.2
OS Version: Windows 10 Enterprise
Steps to Reproduce:
Install VS Code 1.86.2
Create a file main.go, with the following contents:
package main
funcmain() {
vars []byte= []byte("]")
println(s)
}
Observe that println is highlighted as a string -- the "]" highlighting is not terminated at the closing ". Here's a related screenshot from one of our users. (Please ignore that the Go extension is installed in this screenshot, the issue reproduces without the Go extension.)
I'm one of the maintainers of the Go extension. This was reported to us in golang/vscode-go#3158, but appears to be a recent regression in VS Code 1.86, not the Go extension. Per the 1.86 release notes, this was likely broken by the switch to https://github.com/worlpaker/go-syntax.
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
println
is highlighted as a string -- the"]"
highlighting is not terminated at the closing"
. Here's a related screenshot from one of our users. (Please ignore that the Go extension is installed in this screenshot, the issue reproduces without the Go extension.)I'm one of the maintainers of the Go extension. This was reported to us in golang/vscode-go#3158, but appears to be a recent regression in VS Code 1.86, not the Go extension. Per the 1.86 release notes, this was likely broken by the switch to https://github.com/worlpaker/go-syntax.
The text was updated successfully, but these errors were encountered: