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

access token #1315

Closed MrYZhou closed 2 years ago

MrYZhou commented 3 years ago

error: Must specify access token via Authorization header. https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param

question: How do I carry an access token over the HTTP header

answer: ?

Youpiiiii commented 2 years ago

Did you find a solution ?

MrYZhou commented 2 years ago

Did you find a solution ?

  1. go to settings->applications->authorized oauth apps ,then generate a gist id
  2. config the sync setting plugin key "sync.gist" with that id
Youpiiiii commented 2 years ago

On my side it was just necessary to update vscode, but thanks MrYZhou for your quick response