mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-22 14:53:58 +01:00
505 B
505 B
after install
Set up vscode settings sync + globalstorage
After setting up settings sync make sure that the "ignoreUploadFolders" in ~/.config/Code/User/syncLocalSettings.json includes "globalstorages":
"ignoreUploadFolders": [
"workspaceStorage",
"History",
"globalStorage",
"GlobalStorage"
],