shanalikhan / code-settings-sync

🌴💪 Synchronize your Visual Studio Code Settings Across Multiple Machines using GitHub GIST 💪🌴
https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync
MIT License
4.02k stars 389 forks source link

EACCESS ~/.config/Code/User/Cache #1298

Closed Iipal closed 3 years ago

Iipal commented 3 years ago

🐛 Describe the bug
When tried to upload the settings get this error: image

🌴 Visual Studio Code Version : 1.55.2 🌴 Code Settings Sync Version : 3.4.3 🌴 Standard or Insiders : Standard 🌴 Portable or Installed : Installed 🌴 OSS or Official Build : Official build 🌴 Operating System : [ VERSION_HERE ] 🌴 Occurs On: Upload 🌴 Proxy Enabled: NO

📰 To Reproduce Steps to reproduce the behavior:

  1. Ctrl+Shift+P
  2. Sync: Update/Upload Settings

Tried to give the chmod u+x to this path but it's nothing changed

Iipal commented 3 years ago

sudo chmod u+x ~/.config/Code/User && sudo chmod u+x ~/.config/Code/User/* fixes it.