vscode synchronization settings plugin and multiple computer configuration sharing

Have you ever found that we usually have a computer in our company; a computer at home; sometimes when you download a plug-in on computer A and go to computer B for development, you have to reconfigure the plug-in next time? Isn’t this too troublesome; there is a setting below sync plugin can solve this problem

Loading

vscode download Settings Sync extension

Go to github to generate token

https://github.com/

 

After the point generate token

After copying, go back to vscode to reset your sync

sync plugin settings page

Paste the copy from the previous url to the gist ID

  

 

 

 

 If the box below pops up, click Yes

shift+alt+u to upload 

 

  Go to the computer to be synchronized, open vscode, download the settings sync plugin, call it out, copy the previously configured GIST ID and token, and use the shortcut key shit+alt+D to synchronize the uploaded data.

 

 

Guess you like

Origin blog.csdn.net/qq_40190624/article/details/122502286