Code-server: Accessing from windows is broken

Created on 18 May 2020  路  10Comments  路  Source: cdr/code-server

I am using static version of linux 64 bit build.

Program can start without any error. when accessing, code highlight is gone. File icon is gone.

No error log, everything looks correct.

image

Look at the snap shot. The Java file is not highlighted. File icon missing.

bug

Most helpful comment

All 10 comments

Can you try to clear your browser cache or try a different browser?

And follow the debugging steps described at https://github.com/cdr/code-server/blob/master/doc/FAQ.md#how-do-i-debug-issues-with-code-server

cc @code-asher

Can you try to clear your browser cache or try a different browser?

Tried clear browser cache, same.

debug Request error {"url":"/vscode-remote-resource?path=%5Chome%5Cjunyan%5Cstorage%5Capp%5Ccode-server%5CCode%5Clib%5Cvscode%5Cextensions%5Ctheme-defaults%5Cthemes%5Cdark_plus.json&tkn=","code":404}
debug Request error {"url":"/vscode-remote-resource?path=%5Chome%5Cjunyan%5Cstorage%5Capp%5Ccode-server%5CCode%5Clib%5Cvscode%5Cextensions%5Ctheme-seti%5Cicons%5Cseti.woff&tkn=","code":404}
debug Request error {"url":"/vscode-remote-resource?path=%5Chome%5Cjunyan%5Cstorage%5Capp%5Ccode-server%5CCode%5Clib%5Cvscode%5Cextensions%5Cjson%5Csyntaxes%5CJSONC.tmLanguage.json&tkn=","code":404}
debug Request error {"url":"/vscode-remote-resource?path=%5Chome%5Cjunyan%5Cstorage%5Capp%5Ccode-server%5CCode%5Clib%5Cvscode%5Cextensions%5Cjson%5Clanguage-configuration.json&tkn=","code":404}
debug Request error {"url":"/vscode-remote-resource?path=%5Chome%5Cjunyan%5Cstorage%5Capp%5Ccode-server%5CCode%5Clib%5Cvscode%5Cextensions%5Cjava%5Csyntaxes%5Cjava.tmLanguage.json&tkn=","code":404}
debug Request error {"url":"/vscode-remote-resource?path=%5Chome%5Cjunyan%5Cstorage%5Capp%5Ccode-server%5CCode%5Clib%5Cvscode%5Cextensions%5Cjava%5Clanguage-configuration.json&tkn=","code":404}

When I turn on debug log, lot of 404 errors. seems file not found, but it is there.

same start command, 3.2.0 has no issue.

Seems like the same as in #1642

Might be related to #1660 as well.

I have the exact same problems on v3.3.0, Material Theme not loading, icons/fonts missing, YAML syntax highlight not working, etc. Reverted back to 3.2.0 (Docker tag) and it's fine again.

When will you issue a fixed version?

In the next few hours.

In the next few hours.

Super!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

balazssoltesz picture balazssoltesz  路  3Comments

chrischabot picture chrischabot  路  3Comments

nol166 picture nol166  路  3Comments

KSXGitHub picture KSXGitHub  路  3Comments

oonqt picture oonqt  路  3Comments