mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
* introduce application config model - application configuration is active and used only in non default profiles - read/write application scoped settings only from application layer and not from user layer - extensions get application scoped values as global values - settings editor does not show application scoped settings in non default profle - added unit tests * fix tests