code-server version: code-server v1.31.1-100tested on 2 different hosts. Binary and docker version
Even manual download response error
example
https://v1.extapi.coder.com/publishers/ms-vscode/vsextensions/Go/0.9.0/vspackage =>Cannot GET /publishers/ms-vscode/vsextensions/Go/0.9.0/vspackage
I cant even install .vsix, it complaints about tar header. I tried https://marketplace.visualstudio.com/items?itemName=ms-python.python
Might wanna have a look at my PR #113
Actually, ignore that. ms-python is open source.
Will take a look.
Hello @haydennyyy, can you please check the Popular Extensions list? You can view it by opening the Extensions View, click on the ellipses (...), then select "Show Popular Extensions". Python should be at the top of the list.
Hello @gerroon, we have an issue regarding installing from .vsix files: https://github.com/codercom/code-server/issues/92.
@foresthoffman awesome, thanks for the follow up.
For some reason the python ext doesn't appear to come up when searching python 馃槙
yeah, that is why I decided to download the extension and install that way.
@gerroon The extension API has been updated to support sorting, so Python should be discoverable outside of the popular extensions list.
The original issue has also been dealt with.
Most helpful comment
Hello @haydennyyy, can you please check the Popular Extensions list? You can view it by opening the Extensions View, click on the ellipses (
...), then select "Show Popular Extensions". Python should be at the top of the list.Hello @gerroon, we have an issue regarding installing from
.vsixfiles: https://github.com/codercom/code-server/issues/92.