-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[VSCode] IDE Languages disappeared. #4391
Comments
Which browser do you use? Do you still experience it? |
Hello, im using chrome stable release, and yes i do still experience this. |
hello @akosyakov any news? (Sorry if you have a lot of things to do and this might slow down a bit) |
log.log |
I think it is most likely caused by:
Something wrond with user data sync for your user. You could try to check sync user data view and maybe reset them. Although it could be a follow up too, hm. |
How do i check this? I'd like to get this as fixed as soon as possible. |
@akosyakov I did some research and found out gitpod is not getting my token correctly! |
Maybe is it related to https://community.gitpod.io/t/incompatible-browser-extensions-for-gitpod/3888? Do you use any browser extensions? |
|
I have disabled adblocker, and some other extensions i dont use as well as the wappalyzer (technology viewer) to see what happens. |
You should add some kind of warning that extensions might break gitpod. |
thnaks for the advice @akosyakov |
@akemishimizu Could you share the name of browser extension? I need to understand it is VS Code issue or in our integration. |
AdblockPlus and Dejavue are the main ones i disabled, but there may be more.
|
Since @akosyakov asked about extensions :
I'll share my experience. From my tests, the
I guess the only real issue is plugins, since Live Share, icons, the preview window, etc. are all plugins in some way. Here's a screenshot after loading the page, with the addon enabled, and the issues aforementioned. And here are the stats of the addon, note that these are only the stats from Gitpod, since I had reset the stats before. Now if I enable the logs on the extension, I can see this (there are more, but the "Rule" part is the same for all) : I'm not sure if the "Rule" part is relevant, I get it on pretty much every request. That's the only logs I have. |
Removing etag will affect your experience a lot, you will loose settings and IDE won't be cached. |
Now, the only way to fix this, is disabling ETag filtering completely In ClearURLs settings. This issue is also described in the extension repo https://gitlab.com/KevinRoebert/ClearUrls/-/issues/977 |
Raised https://github.com/gitpod-io/website/pull/874/files to document ClearURLs breaks Gitpod at the moment. If there are additional browser extensions identified please raise a new issue for each one. 🧡 |
Bug description
Whenever I set VSCode as my preferred IDE, the languages disappear and thus syntax highlighting etc...
This bug causes the IDE to actually not detect any language, I tried checking the VSCode extensions, and it shows that all built-in extensions are installed and running, but when it comes to actual use it does not work.
Since language support is non-existent, the syntax highlighting is also none. As well as autocompletion or code usability.
It all shows as gray text (or default text). And when I try to manually change languages it only shows "Text, Bash" and other two, but not any language I actually need like PHP or JavaScript.
This is a big bug on my side, but I have not seen any complaints anywhere else. So it might be my problem rather than gitpod side.
Video
https://share.wildbook.me/ux2BMJlDSROnb94X.webm
PS: I have tried logging out and logging in, as well as clearing cache, and trying out other workspaces. Same issue.
Steps to reproduce
1.Set IDE to VSCode
2.Open a workspace like Sakusen on gitpod.
2. Experience the lack of any kind of language
Expected behavior
To add syntax highlighting and work as it is intended to.
Example repository
Carlos-Schrodinger/Sakusen
(Current and the one empty within the video)
Anything else?
VSCode worked correctly in the past, even though I had a few issues with autocompletion specially with JavaScript.
I hope this gets fixed soon as I have other issues open with Theia where the extensions dont get installed
Ext: #4377
Check also my other issue regarding usernames:
Username: #4390
Workspace ID: rose-python-lafo455y
The text was updated successfully, but these errors were encountered: