Recommended extensions are not found in marketplace
See original GitHub issuecode-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.
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
- Open a project folder with a
.vscode
directory inside - Add a file named
extensions.json
with the content shared above - Eventually go to the Extensions tab
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@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
I think we already fixed this on latest tree. This should work as intended now.