Allan Xu
Allan Xu

Reputation: 9378

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

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?

Upvotes: 9

Views: 2089

Answers (2)

VinceCabs
VinceCabs

Reputation: 41

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/

Upvotes: 4

Nicolas Eckell
Nicolas Eckell

Reputation: 46

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.

Upvotes: 2

Related Questions