Skip to content

Recommended extensions are not found in marketplace #456

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Noxionx opened this issue Apr 7, 2019 · 6 comments
Closed

Recommended extensions are not found in marketplace #456

Noxionx opened this issue Apr 7, 2019 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@Noxionx
Copy link

Noxionx commented Apr 7, 2019

  • 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
@Noxionx Noxionx added the bug Something isn't working label Apr 7, 2019
@sr229
Copy link
Contributor

sr229 commented Apr 9, 2019

The coder Marketplace isn't exactly in sync with the VSCode API, so expect some features not working yet

@foresthoffman foresthoffman self-assigned this Apr 9, 2019
@foresthoffman
Copy link
Contributor

foresthoffman commented Apr 9, 2019

@Noxionx Hi, i'll look into adding these extensions. A few in that list are already on the marketplace, so you should be able to add them manually. Prettier, GitLens, and VSCode-Eslint are fairly massive, so those are already available.

@vnijs
Copy link

vnijs commented Apr 16, 2019

@foresthoffman Could you perhaps add R related extensions as well? Thx

@foresthoffman
Copy link
Contributor

@vnijs
Copy link

vnijs commented 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

@sr229
Copy link
Contributor

sr229 commented Sep 12, 2019

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

@sr229 sr229 closed this as completed Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants