microsoft / microsoft/vscode-remote-release
Borken dotfiles config
@chrmarti is already working on this.
Since Jan 25, 2022.
- Dominant language
- Dockerfile
- Stars
- 4.2k
- Forks
- 470
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
- VSCode Version: 1.63.2
- Local OS Version: Windows 10 Pro 20H2
- Reproduces in: Remote - Containers
- Name of Dev Container Definition with Issue:
I'm following the steps described here: https://code.visualstudio.com/docs/remote/containers#_personalizing-with-dotfile-repositories
However the settings related to dotfiles are no longer part of the "User" group of settings, but instead are part of the "Remote" part of the setting.
This causes them to be stored inside the devcontainer (/root/.vscode-server/data/Machine/settings.json in my case). This means that every time I rebuild the container those settings are flushed.
dotfiles support was working fine in the past, when it was possible to add the settings in the user settings.json. Now those settings are grayed out:

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.