question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Extensions are outdated and not retrieved from Microsoft

See original GitHub issue
  • code-server version: 1.31.0-20 (or 1.0.0 according to it’s own output)
  • OS Version: Fedora 29
  • Extension: any

All extensions are extremely outdated. I noticed it’s querying some google storage (https://storage.googleapis.com/coder-production-extensions) instead of the VS Code Marketplace.

Why not use the official one?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:20 (12 by maintainers)

github_iconTop GitHub Comments

13reactions
ymmt2005commented, Mar 7, 2019

I found a workaround for this;

  1. Use the official code with X and install extensions from VS Code Marketplace.

  2. Make symlink to ~/.vscode/extensions:

    rm -rf ~/.code-server/extensions
    ln -s ~/.vscode/extensions ~/.code-server/extensions
    
  3. Run code-server; you can use the installed extensions!

5reactions
kylecarbscommented, Mar 6, 2019

Their TOS disallows it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Extensions are outdated and not retrieved from Microsoft #30
All extensions are extremely outdated. I noticed it's querying some google storage (https://storage.googleapis.com/coder-production-extensions) ...
Read more >
How to restore an original file extension for a .jpeg file that has
I had changed a file extension for some of my pictures, I can no longer access them. I am wondering if there is...
Read more >
Troubleshoot Agent and extension issues - Azure Backup
The Azure VM agent might be stopped, outdated, in an inconsistent state, or not installed. These states prevent the Azure Backup service ...
Read more >
Known issues with Microsoft Graph
This article describes known issues and limitations with Microsoft Graph and provides workarounds when possible.
Read more >
Add, turn off, or remove extensions in Microsoft Edge
In Microsoft Edge, select Extensions, located to the right of your browser address bar. · Select Open Microsoft Edge Add-ons. · Find the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found