-
Notifications
You must be signed in to change notification settings - Fork 791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gopls: 'Token length and text length do not match' error with semantic tokens enabled #3724
Comments
I am experiencing the same issue with version 0.46.1. Additionally, the file view becomes broken when scrolling or editing the file. I was able to fix this by disabling the This is how I am reproducing it: package schema
import (
"github.com/go-playground/validator/v10"
)
func RegisterValidators(validate *validator.Validate) {
validate.RegisterValidation("filepath_if", validateFilepathIf)
}
func validateFilepathIf(fl validator.FieldLevel) bool {
fl.
} |
This indicates some sort of bug in semantic tokens. It would be helpful if someone experiencing this error could capture LSP logs related to a small hello world go project (since the tokens will describe the full file). https://github.com/golang/vscode-go/blob/master/docs/troubleshooting.md#collect-gopls-information |
FWIW, I cannot reproduce this in my VS Code session, so I must ask more questions. If someone can reproduce this, I would be curious to know if it reproces with gopls@v0.17.1
|
I can reproduce this in vscode-insider version with gopls v0.17.1 and v0.18.1. ![]()
But I can not reproduce this with vscode regular version ![]()
This error message is recently added in vscode commit. |
I tried scrolling in vscode but the code start disapprearing, this symptom is similar to an ongoing issue reported very recently here against vscode.
Screenshot in my editor ![]() @cpheps could you give it a try using vscode release version and let me know if the same symptom persist? |
Indeed, thanks for investigating @h9jiang. It looks like that is an upstream bug. Feel free to close as a dupe if you agree. |
I was also using insiders yesterday when I commented, I just tried the release version and can't reproduce it. |
Thank you @sebastian-altamirano for confirmation. I will mark this as closed as duplication of microsoft/vscode#243923. |
Type: Bug
With the Go extension active once I type a
.
for the auto complete menu comes up and I can no longer type. If I select an item in the auto complete menu I get aToken length and text length do not match!
error. I noticed it works if I restart vscode until the window loses focus. Once I come back it no longer works. Disabling the Go extension also fixes the issue.Extension version: 0.46.1
VS Code version: Code - Insiders 1.99.0-insider (ea9b53fbcbcfd76f57d3f9414fb50ed2d05d3215, 2025-03-18T05:04:34.769Z)
OS version: Darwin arm64 24.3.0
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: