microsoft / microsoft/vscode-remote-release
Feature request: devcontainer: add options to avoid applying the feature's `customizations`
@chrmarti is already working on this.
Since Mar 8, 2023.
- Dominant language
- Dockerfile
- Stars
- 4.2k
- Forks
- 470
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
Some devcontainer features now defines customizations.vscode.settings in their devcontainer-features.json and VSCode merges these settings when devcontainer launches, but can we have options to disable applying these customizations?
Usecase
I want to use fish shell inside the container and also want to keep the integrated terminal's default shell set to bash for many reasons (my .bashrc in dotfiles has the line exec fish), but fish shell feature has customizations defined and always overrides my terminal.integrated.defaultProfile.linux setting.
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.