Closed
Description
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.
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