Solve VSCode Settings Sync Problem
Try following simple steps to solve the settings sync problem after upgrading your VSCode (v1.95):
MacOS
# rm -r "~/Library/Application Support/Code/CachedData"
rm -r "~/Library/Application Support/Code/CachedProfileData"
Linux
rm -r ~/.vscode-server/data/CachedProfilesData
Comments