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.

Using with VSCode online

See original GitHub issue

I am getting Cannot install 'vscode-icons' extension since it cannot be enabled in the remote server. when trying to install the extension using VSCode online (online.visualstudio.com) running self-hosted environment on macOS (Catalina). VSCode version is 1.43. Extension version 10.0.0.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
JimiCcommented, Apr 13, 2020

I was looking into this again and reading the docs (https://code.visualstudio.com/api/advanced-topics/remote-extensions#incorrect-execution-location bottom section)

Why not try

    "remote.extensionKind": {
        "vscode-icons-team.vscode-icons": "workspace"
    }

and sse what’s cooking.

And maybe #2199 is tied to this too.

0reactions
dbogatovcommented, Apr 17, 2020

@dbogatov Have you tried my suggestion. On WSL it seems to work.

Let me try

Read more comments on GitHub >

github_iconTop Results From Across the Web

Visual Studio Code for the Web
Visual Studio Code for the Web provides a free, zero-install Microsoft Visual Studio Code experience running entirely in your browser, allowing you to ......
Read more >
Get Started - Workspace - Visual Studio Code
Get Started with VS Code in the Web. Discover the best customizations to make VS Code in the Web yours. Learn the Fundamentals....
Read more >
How to use Visual Studio Code in a web browser
Microsoft has now launched an official browser version of Visual Studio Code that can be found at vscode.dev. It integrates with Github allowing ......
Read more >
VS Code in the browser for everyone - Gitpod
We are excited to announce OpenVSCode Server - an open-source project that makes running VS Code in a browser easily accessible for all ......
Read more >
Live Share in Visual Studio Code for the Web - Microsoft Learn
Live Share in Visual Studio Code for the Web · Install the Live Share extension; Click the Live Share button on the status...
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