Settings that are defined on the Server which can then be applied to every VS Code user that connects to it.
This file will exist at /.vscode/settings.json. Every time the client connects, it will grab these values and assign them to the local client settings. The local client cannot change these settings in the existing Connection Settings and the fields managed by the server will be readonly.
Rough plan
[ ] Search for settings file on connect
[ ] Update client settings
[ ] Mark specific properties/fields (in the settings) as readonly when managed by server
[ ] ~Ability to edit server settings in the same Connection Settings UI~
[ ] Ability to open server settings file from Connection Settings UI
Settings that are defined on the Server which can then be applied to every VS Code user that connects to it.
This file will exist at
/.vscode/settings.json
. Every time the client connects, it will grab these values and assign them to the local client settings. The local client cannot change these settings in the existing Connection Settings and the fields managed by the server will be readonly.Rough plan