WillFantom / devcontainer-latex

A complete development container for Latex for use with VSCode/GitHub Codespaces
MIT License
4 stars 1 forks source link

VSCode settings do not appear to be applied #3

Open dpo opened 10 months ago

dpo commented 10 months ago

On opening a CodeSpace and checking the VSCode settings, I find that the settings set in the devcontainer.json are not applied. For instance, file.eol is set to auto (presumably the default) instead of \n (as specified in the config file). One challenge is to prevent the CodeSpace from syncing the user's settings upon creation, which may or may not be possible. I tried to disable setting sync as much as I could, but still, the settings from the json file don't seem to be applied.

Any ideas here?

WillFantom commented 10 months ago

I haven't used codespaces all that much myself recently, but perhaps the “customizations" for VSCode are not directly used in codespaces & need to instead be specified in the codespaces customizations object?