Use Settings sync sync VS Code Configuration

Use Settings sync sync VS Code Configuration

Because to be used on multiple computers VSCode, want to simply manage VSCode configure, you do not always get them to manually configure and maintain synchronization of multiple development environments, so use Settings sync plug-ins to achieve this demand.

Step 1: Install Settings sync plug-in in the VS Code

 

Step Two: Create a token in the github

Click on github own avatar, choose Settings.

Enter Develper Setting, generate a new token.

Check gists

Remember this token value.

It is set in the VS Code

Press the shift + alt + u, screen display settings

 

Click LOGIN WITH GITHUB, unauthorized access github.

Election gist of the existing, or create and upload a new gist.

Then we skip here, automatically create a new gist and uploaded, write down the GIst ID.

Click the EDIT CONFIGURATION, you can manage and configure some parameters. You can fix the configuration according to their own situation.

 

 

Synchronization this configuration on other computers

Method one: from their github synchronization configuration

Log in to your github account.

Press Ctrl + Shift + P, the input sync, the option to download configuration.

 

After logging in, then choose the configuration that already exist in their own github.

 Method two: Gist ID using the existing synchronization configuration.

Also you need to install Settings sync plug-ins.

Press Ctrl + Shift + P, input sync, select Advanced Options (Advanced Options), and select Open settings.

 

Fill Gist ID, press Ctrl + Shift + P, the input sync, the option to download configuration.

 

 

Guess you like

Origin www.cnblogs.com/WattWang/p/11382022.html