Skip to content

Recommended extensions are not found in marketplace #456

Closed
@Noxionx

Description

@Noxionx
  • 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions