Skip to content

Codespaces settings.json location #27142

Answered by jkeech
sobolevn asked this question in Codespaces
Jan 10, 2021 · 5 comments · 2 replies
Discussion options

You must be logged in to vote

To clarify, the settings file will be in ~/.vscode-remote/data/Machine/settings.json, and the exact value of ~ or $HOME will depend on the container image that is being used for the codespace. The default codespaces image runs as the codespace user with a home directory of /home/codespace, but a custom image might use root with a home directory of /root, or any other user and home directory path.

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Musicminion
Comment options

@virzak
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment