Asher
Asher
I think the only way would be to run your own marketplace (https://github.com/coder/code-marketplace) and only put the extensions you want to support in there.
There is no bespoke setting for it, but I think you could accomplish this by setting the marketplace environment variable to an empty object `EXTENSIONS_GALLERY={}`.
Thorough debugging! I think this might be an unintentional bug resulting from when they split user settings and remote settings and moved user settings into browser storage. Most likely it...
Closing for now since it appears to be an upstream issue.
Does it work if you use a secure context? I wonder if this is one of those features that use a service worker, which only work in secure contexts. Are...
Ah OK. Did you see any errors in the logs? I tried to reproduce by installing the Python extension and then creating a Python file but it is working for...
1.84.2 is a bit old (Codespaces is running 1.91.1), does this persist on code-server 4.91.1?
Your is on [v4.19.1-rc.2](https://github.com/coder/code-server/releases/tag/v4.19.1-rc.2) (19, not 91). Coder and code-server are two separate unrelated products (although they are often used together), looks like you have the latest version of Coder...
Oh! Yeah you are right. I will update the template, thank you for pointing that out.
https://github.com/coder/coder/pull/14030