code-server version: 1.1156-vsc1.33.1I want to use code-server for my golang programming. Before I install the Microsoft Go extension (i.e. ms-vscode.Go), it looks all good if I new a .go file w/ something put into it. I can see the syntax highlighting is working. However, after I install the extension, it looks I cannot see the syntax highlighting anymore.
I had a similar problem this morning. Reloading the browser after installing the Go extension helped the issue for me.
Oops... that seems to be the best workaround for now... I didn't realize that... thanks a mil :-)
I think that when installing extensions, you have to reload the browser. Am not entirely sure why though.
Currently a browser reload is required after installing extensions. It's possible that v1 didn't correctly report that a reload was required? v2 will say "reload required" in place of the installation button.
Most helpful comment
I had a similar problem this morning. Reloading the browser after installing the Go extension helped the issue for me.