codefori / vscode-ibmi

🌍 IBM i development extension for VS Code
https://codefori.github.io/docs/#/
MIT License
284 stars 93 forks source link

Server Side Settings #1804

Open worksofliam opened 9 months ago

worksofliam commented 9 months ago

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

worksofliam commented 9 months ago

@codefori/core before I continue work on this PR, can you review what I have now and provide any initial feedback for this idea? Thanks!