We have Visual Studio Code installed on a terminal server. Multiple users (up to 30) will use a separate session on this terminal server to develop simple scripts. Due to technical restrictions, we only can develop on this terminal server.
Therefore I want to distribute customized Visual Studio Code settings to all those users, so that every user has the same settings. I want to create something like a "global" settings file. If the user changes a specific setting in his Visual Studio Code installation, this setting will be considered and the global setting will not (but all the other settings will be take from the "global" settings file).
Is there any out-of-the-box solution for my problem?
I already did some research with Google, but couldn't find any suitable solution to my use case.
Regards, Marcus