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 390 forks source link

Git PAT expired and now can't update to new PAT in code-settings #1372

Closed asapsmc closed 2 years ago

asapsmc commented 2 years ago

I had a Git Personal access token for code-settings-sync that expired. I generated another one, but I don't know how to update code-settings-sync to it. I already uninstalled code-settings-sync and reinstalled again, but I don't know where to update PAT. When I try to sync I always get the message: "Sync: Invalid/Expired GitHub Token. Please generate new token with scopes mentioned in readme. Exception Logged in Console."

cmidkiff87 commented 2 years ago

hit F1 to bring up the "command pallet", and search "sync: Advanced Options" > "sync: Open Settings"

The option to update the PAT is there

asapsmc commented 2 years ago

Thank you.