Vscode-remote-release: Remote-Containers: Sync (extension) settings via devcontainers.json

Created on 10 May 2019  路  3Comments  路  Source: microsoft/vscode-remote-release

One of the great features of the remote tools for containers is that I can share the required extensions for my development team. However, it currently seems that there is no way to specifiy custom settings for these extensions.

For example: I want to share the Trim whitespace on save setting for the Trailing Spaces extension. This setting is by default disabled. Currently there seems to be no way to enable this setting for my entire team through devcontainers.json (or another way that I can check into my git repositry).

*question

All 3 comments

@nphmuller The specifics of how this works is described here: https://code.visualstudio.com/docs/remote/containers#_container-specific-settings

@kieferrm @Chuxel
Thanks, I missed that! Example of RTFM 馃榿

Was this page helpful?
0 / 5 - 0 ratings