Is there an existing issue for this?
OS/Web Information
- Web Browser: Chrome
- Local OS: Windows
- Remote OS: Ubuntu
- Remote Architecture: amd64
code-server --version: 4.105.1
Steps to Reproduce
- Open code-server in Chrome (v4.105.1)
- Run CLI to install extensions
code-server --install-extension hashicorp.terraform
- Error:
Make sure you use the full extension ID, including the publisher, e.g.: ms-dotnettools.csharp
Failed Installing Exteneions: hashicorp.terraform
Expected
Installing extentions 'hashicorp.terraform'...
Extension 'hashicorp.terraform' vx.x.x was successfully installed.
Actual
Make sure you use the full extension ID, including the publisher, e.g.: ms-dotnettools.csharp
Failed Installing Exteneions: hashicorp.terraform
Logs
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
I did not test native VS Code
Does this bug reproduce in GitHub Codespaces?
I did not test GitHub Codespaces
Are you accessing code-server over a secure context?
Notes
I was using 4.100.3 previously and it was working fine. After upgrading the 4.105.1, it's no longer able to install extensions with CLI.
Is there an existing issue for this?
OS/Web Information
code-server --version: 4.105.1Steps to Reproduce
code-server --install-extension hashicorp.terraformExpected
Actual
Logs
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
I did not test native VS Code
Does this bug reproduce in GitHub Codespaces?
I did not test GitHub Codespaces
Are you accessing code-server over a secure context?
Notes
I was using 4.100.3 previously and it was working fine. After upgrading the 4.105.1, it's no longer able to install extensions with CLI.