Change workspace configuration behavior
See original GitHub issueNow, if you define some icons in your workspace configuration it will override the user configuration, so you will end up losing all the customizations you have.
Ideally, the workspace configuration should be merged to the user configuration. It seems that vscode.workspace.getConfiguration
method does the overriding so the only way to overcome this is to provide a slighty different syntax in the workspace.
The idea is to keep backwards compatibility so the current behavior will be kept and people will not lose what they already have but also to provide this new syntax that will allow to keep both workspace and user customizations.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:16 (14 by maintainers)
Top Results From Across the Web
User and Workspace Settings - Visual Studio Code
To modify user settings, you'll use the Settings editor to review and change VS Code settings. To open the Settings editor, use the...
Read more >Update a workspace | Databricks on AWS
On the Workspaces page, click the workspace name, click Configure, then select Update Workspace. Edit workspace configuration fields as needed.
Read more >Change the general settings in your workspace experience
Change the general settings in your workspace experience · Navigate to All > Now Experience Framework > UI Builder. · Open a workspace...
Read more >How to Configure Default Device Access Behavior of ...
To configure default device access behavior of Citrix Workspace App, complete the following steps: Note: In the ADM template there is the 'Create...
Read more >Behavior changes coming in Workspace ONE Content 5.0 ...
Workspace ONE Content will no longer support the Use Legacy Settings and Policies configuration setting under System Settings > Content > ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ciel never mind, I meant
asking for
. I’m not an English native so I often forget the subtleties of the language.@robertohuertasm I just had an epiphany. How about adding a setting (user level) where the user can set a path to the custom icon folder? This way the user could also point to a cloud service folder.