golang / vscode-go

Go extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=golang.Go
Other
3.79k stars 729 forks source link

Allow for choosing which grammar syntax highlighting you want #3177

Closed eliaswood closed 4 months ago

eliaswood commented 4 months ago

Is your feature request related to a problem? Please describe. Upon the Jan 2024 release, the grammar syntax highlighting has changed for go, as seen here. For the theme I use this ends up looking horrible and I really enjoyed the way it looked before. If there is already a way to do this please let me know.

Describe the solution you'd like I would like to be able to choose which syntax grammar highlighting is used.

Describe alternatives you've considered The only known work around I have found is to downgrade to the Nov 2023 version. However, this does not allow me to use copilot chat and some other features.

Additional context Add any other context or screenshots about the feature request here. This is how it looked before Screenshot 2024-02-16 at 11 16 09 AM

and this is how it looks now. Screenshot 2024-02-16 at 11 15 12 AM

hyangah commented 4 months ago

Can you please file an issue to VSCode? This extension has nothing to do with the Go grammar syntax. The default syntax highlighting you are referring to is from VS Code. We only support Semantic Token based syntax highlighting through LSP. Thanks!