Skip to content
Arno Hovhannisyan edited this page Jun 26, 2019 · 5 revisions

To open the command palette, type Ctrl + Shift + P or click View -> Command Palette in the menu bar.

Reset Extension Settings

Type >Sync: Reset Extension Settings in the command palette. This will reset all the extension settings to default, allowing you to set it up again.

Automatic Download

Automatic Download is turned off by default. Enabling automatic download will download the settings when the editor is started. It requires downloading and uploading to be set up correctly.

To enable it, type >Sync: Advanced Options -> Toggle Auto-Download On Startup into the command palette, or use "sync.autoDownload": true in settings.json.

Force Download

Force Download is turned off by default. Enabling force download will make this extension always download the settings, even if the current version is believed to be the latest. This fixes issues where the extension is not downloading the latest version of the settings.

To enable it, type >Sync: Advanced Options -> Toggle Force Download, or use "sync.forceDownload": true in settings.json.

Force Upload

Force Upload is turned off by default. Enabling force upload will make this extension always upload the settings, even if the gist has newer ones. This can be useful if you want to overwrite the settings in your gist.

To enable it, type >Sync: Advanced Options -> Toggle Force Upload, or use "sync.forceUpload": true in settings.json.

Automatic Upload

Automatic Upload is turned off by default. Enabling automatic upload will cause the extension to automatically upload the settings when they change.

To enable it, type >Sync: Advanced Options -> Toggle Auto-Upload on Settings Change, or use "sync.autoUpload": true in settings.json.

Automatic Upload Delay

Automatic Upload is by default triggered 20 seconds after settings are changed. Setting this to a high value will use less network traffic, though there is a chance your settings may not be saved if the editor is closed before it can upload.

To change the delay, type >Sync: Advanced Options -> Edit Extension Local Settings and find "autoUploadDelay": 20. Then change the 20 to whatever amount of seconds you want. You can also use decimals, like 2.5 for a 2.5-second delay, as long as the number multiplied by 1000 is a whole number.

Summary on Download / Upload

The summary is turned on by default. An enabled summary will show a list of all changes that have occurred. If the summary is disabled, uploading and downloading is clean and quiet.

To disable it, type >Sync: Advanced Options -> Toggle Summary Page On Upload / Download, or use "sync.quietSync": true in settings.json.

Public Gist to Share Settings

Public Gist is turned off by default. Enabling public gist will allow you to share your settings with other users. You cannot change a private gist to public, so it has to be recreated.

To enable it, type >Sync: Advanced Options -> Share Settings with Public GIST.