Skip to content
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

x/tools/gopls: clean up "semantictokens are disabled" error message #65712

Closed
dfdumaresq opened this issue Jan 31, 2024 · 2 comments
Closed

x/tools/gopls: clean up "semantictokens are disabled" error message #65712

dfdumaresq opened this issue Jan 31, 2024 · 2 comments
Assignees
Labels
gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@dfdumaresq
Copy link

Type: Bug

Open VSCode Insiders
Open any .go file
Allow installation of the Go Extension
Under Help/Choose Toggle Developers Tools
Notice the Error:

 ERR semantictokens are disabled: Error: semantictokens are disabled
	at handleResponse (/Users/my-home/.vscode-insiders/extensions/golang.go-0.40.3/dist/goMain.js:8606:40)
	at handleMessage (/Users/my-home/.vscode-insiders/extensions/golang.go-0.40.3/dist/goMain.js:8416:11)
	at processMessageQueue (/Users/my-home/.vscode-insiders/extensions/golang.go-0.40.3/dist/goMain.js:8431:13)
	at Immediate.<anonymous> (/Users/my-home/.vscode-insiders/extensions/golang.go-0.40.3/dist/goMain.js:8407:11)
	at process.processImmediate (node:internal/timers:476:21)

Extension version: 0.40.3
VS Code version: Code - Insiders 1.86.0-insider (Universal) (05047486b6df5eb8d44b2ecd70ea3bdf775fd937, 2024-01-31T03:31:41.454Z)
OS version: Darwin x64 23.2.0
Modes:

System Info
Item Value
CPUs Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (16 x 2300)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
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
Load (avg) 2, 3, 3
Memory (System) 16.00GB (0.18GB free)
Process Argv --crash-reporter-id 6acf4a8e-574a-4adc-a517-13b2eeb4f349
Screen Reader no
VM 0%
A/B Experiments
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805:30301674
vsaa593:30376534
py29gd2263:30784851
c4g48928:30535728
2i9eh265:30646982
962ge761:30841072
pythongtdpath:30726887
welcomedialogc:30812479
pythonidxpt:30768918
pythonnoceb:30776497
asynctok:30898717
dsvsc013:30777762
dsvsc014:30777825
dsvsc015:30821418
pythontestfixt:30866404
pythonregdiag2:30926734
pyreplss1:30879911
pythonmypyd1:30859725
pythoncet0:30859736
pythontbext0:30879054
accentitlementst:30870582
dsvsc016:30879898
dsvsc017:30880771
dsvsc018:30880772
d34g3935:30953408
edj9j583:30943796
fegfb526:30952798
7j2b6412:30951517
bg6jg535:30946824
ccp2r6:30950907

@adonovan
Copy link
Member

adonovan commented Feb 1, 2024

Thanks for the report. This error is benign and you can safely ignore it, but we will try to make the log tidier.

@findleyr findleyr changed the title ERR semantictokens are disabled: Error: semantictokens are disabled x/tools/gopls: clean up "semantictokens are disabled" error message Feb 14, 2024
@findleyr findleyr transferred this issue from golang/vscode-go Feb 14, 2024
@findleyr findleyr self-assigned this Feb 14, 2024
@findleyr findleyr added this to the gopls/v0.15.0 milestone Feb 14, 2024
@gopherbot gopherbot added Tools This label describes issues relating to any tools in the x/tools repository. gopls Issues related to the Go language server, gopls. labels Feb 14, 2024
@findleyr findleyr modified the milestones: gopls/v0.15.0, gopls/v0.16.0 Feb 14, 2024
@findleyr findleyr removed their assignment Feb 14, 2024
@findleyr findleyr self-assigned this Apr 16, 2024
@findleyr
Copy link
Contributor

This was done in #66746

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

4 participants