skip to Main Content

I went going through the following article and I learned about the built-in sync setting feature:

https://code.visualstudio.com/docs/editor/settings-sync

I am not able to find where exactly VSCODE stores my sync data.

Where does VSCODE sync setting feature saves users’ setting data?

2

Answers


  1. From documentation, it says:

    Selecting the Sign in & Turn on button will ask you to choose between signing in with your Microsoft or GitHub account.

    If you are talking about where it saves in cloud, there’s no information about that. Remember that vs code it’s owned by Microsoft, here’s the vscode repository. Couldn’t find anything concretely helpful, but i’m sure they have their own databases for this services.

    Login or Signup to reply.
  2. From console output, we can see that sync service is located right there:
    https://vscode-sync.trafficmanager.net/

    2023-05-02 14:29:07.535 [info] Using settings sync service https://vscode-sync.trafficmanager.net/
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search