microsoft / microsoft/vscode-remote-release
Separate extensions in devcontainer.json into mandatory and personal
Open
Nobody has claimed this yet.
containers
feature-request
- Dominant language
- Dockerfile
- Stars
- 4.2k
- Forks
- 470
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
Currently, the only option is to set the list of "mandatory" extensions in the .devcontainer.json file.
Adding this file to a repository is impossible because engineers have different preferences for extensions.
It would be nice to have two categories:
"extensions": [
"rust-lang.rust-analyzer"
],
"personal": [
"personal.json"
]
The file personal.json would contain a list of personal extensions and be added to .gitignore. Ideally, if the file does not exist, VS Code would ignore it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.