You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After uploading the local configuration to GitHub, I found that there were huge changes in profiles/main/data/ui-state.yml: seekstar/vscode-settings@e207c17. However, the huge changes are just appending ,"status.workspaceTrust.1674896653189","status.workspaceTrust.1674896683291","status.workspaceTrust.1674896705334" to the huge string vector of workbench.statusbar.hidden. I don't think status.workspaceTrust worth syncing. Therefore I want to know how to ignore it with syncSettings.ignoredSettings or in some other way.
The text was updated successfully, but these errors were encountered:
syncSettings.ignoredSettings is for settings found in settings.json.
Currently, there is no way to filter the uiState to save. I think I will add a setting to do that.
Temporally, you can disable uiState sync with "syncSettings.resources": ["extensions", "keybindings", "settings", "snippets"]
After uploading the local configuration to GitHub, I found that there were huge changes in
profiles/main/data/ui-state.yml
: seekstar/vscode-settings@e207c17. However, the huge changes are just appending,"status.workspaceTrust.1674896653189","status.workspaceTrust.1674896683291","status.workspaceTrust.1674896705334"
to the huge string vector ofworkbench.statusbar.hidden
. I don't thinkstatus.workspaceTrust
worth syncing. Therefore I want to know how to ignore it withsyncSettings.ignoredSettings
or in some other way.The text was updated successfully, but these errors were encountered: