Can't install extensions through CLI
See original GitHub issuecode-server
version: codercom/code-server:2.1698- OS Version: Docker
Description
I can’t install any extensions using the CLI:
$ code-server --install-extension redhat.vscode-xml
Installing extensions...
Extension 'redhat.vscode-xml' not found.
Make sure you use the full extension ID, including the publisher, e.g.: ms-vscode.csharp
error undefined
$ code-server --install-extension ms-vscode.csharp
Installing extensions...
Extension 'ms-vscode.csharp' not found.
Make sure you use the full extension ID, including the publisher, e.g.: ms-vscode.csharp
error undefined
I was able to do this earlier today (morning time GMT).
Steps to Reproduce
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (10 by maintainers)
Top Results From Across the Web
Can't install extensions through CLI · Issue #1364
Description. I can't install any extensions using the CLI: $ code-server --install-extension redhat.vscode-xml Installing ...
Read more >How to install and manage Azure CLI extensions
Learn how to find, install, uninstall, and manage extensions with Azure CLI. Use the Azure CLI to load extensions provided and maintained by...
Read more >cmd - How to install Visual Studio Code extensions from ...
To make it easier to automate and configure VS Code, it is possible to list, install, and uninstall extensions from the command line....
Read more >VS Code tips — Installing extensions from the command line ...
Your browser can't play this video. ... Today's VS Code tip: -- install - extension Install VS Code extensions from the command line...
Read more >Managing Extensions in Visual Studio Code
Discover, add, update, disable and uninstall Visual Studio Code extensions (plug-ins) through the Extension Marketplace.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed 🎊
Yup. Will fix!