Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 413
Allan Xu Avatar asked May 24 '26 17:05

Allan Xu


2 Answers

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/
like image 190
VinceCabs Avatar answered May 27 '26 14:05

VinceCabs


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.

like image 22
Nicolas Eckell Avatar answered May 27 '26 14:05

Nicolas Eckell