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.

Recommended extensions are not found in marketplace

See original GitHub issue
  • code-server version: 1.621
  • OS Version: Debian 9 - Docker image

Description

When a project directory have a .vscode directory with extensions.json file, exentions are not retrieved, even if they are available in the marketplace.

image

Here is the content of extensions.json :

{
  "recommendations": [
    "mikestead.dotenv",
    "dbaeumer.vscode-eslint",
    "codezombiech.gitignore",
    "eamodio.gitlens",
    "xabikos.javascriptsnippets",
    "eg2.vscode-npm-script",
    "christian-kohler.path-intellisense",
    "esbenp.prettier-vscode",
    "christian-kohler.npm-intellisense"
  ]
}

Steps to Reproduce

  1. Open a project folder with a .vscode directory inside
  2. Add a file named extensions.json with the content shared above
  3. Eventually go to the Extensions tab

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
vnijscommented, Apr 16, 2019

@foresthoffman R (1.0.8) that you already linked to and the extension linked below. Thanks!

https://marketplace.visualstudio.com/items?itemName=REditorSupport.r-lsp

0reactions
sr229commented, Sep 12, 2019

I think we already fixed this on latest tree. This should work as intended now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Workspace recommended extensions - not found in marketplace
6 out of 56 workspace recommended extensions as defined in extensions.json under .vscode folder do not load. Getting message saying they are " ......
Read more >
Managing Extensions in Visual Studio Code
This article explains how to find, install, and manage VS Code extensions from the Visual ... Ignored recommendations will no longer be recommended...
Read more >
Extension warning in VS code - nativescript - Stack Overflow
The below 1 extension(s) in workspace recommendations have issues: telerik.nativescript (not found in marketplace)
Read more >
The 1 extension(s) below, in workspace recommendations ...
The 1 extension(s) below, in workspace recommendations have issues: platformio.platformio-ide (not found in marketplace).
Read more >
Fix common installation issues with Creative Cloud app ...
Having trouble while installing Creative Cloud app extensions or plugins? Quickly find solutions to some common errors that you might ...
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