Code-settings-sync: This notification is appeared very frequently: "Sync: Share the Id with other extension users to share the settings."

Created on 4 Sep 2019  路  11Comments  路  Source: shanalikhan/code-settings-sync

This notification is appeared very frequently: "Sync: Share the Id with other extension users to share the settings."

image

(This image is Japanese, but this notification is appeared on English environment.)

馃尨 *Visual Studio Code Version : 1.37.1 (user setup)
馃尨 *
Code Settings Sync Version : 3.4.2
馃尨 *Standard or Insiders : Standard
馃尨 *
Portable or Installed : Installed
馃尨 *OSS or Official Build : Official Build
馃尨 *
Operating System : Windows 10 Pro 1903
馃尨 *Occurs On: ?
馃尨 *
Proxy Enabled: No
馃尨 **Gist Id: b126c62c73c860eef8fa034146b9d1c9

bug 馃悰 fixed

Most helpful comment

Guys its fixed, scheduled to release in upcoming build.

It is really noise!

If you want to get that build now.

Download
code-settings-sync-3.4.3.zip

All 11 comments

This notification is appeared very frequently: "Sync: Share the Id with other extension users to share the settings."

Can you post your Settings Sync Global Settings contents to assist me. Can you write the reproducing steps.

This occurs when the upload of the settings file is completed.

I checked the following settings:

// settings.json
{
    "sync.autoUpload": true,
    "sync.forceUpload": true,
    "sync.gist": "e9078200a6b112c33c5e85110538c07a"
}

Can you post the Global Settings of Settings Sync, check the readme for details about the configurations.

Oh, I'm sorry, I misunderstood.

Actually, this is my Global Settings:

{
    "ignoreUploadFiles": [
        "state.*",
        "syncLocalSettings.json",
        ".DS_Store",
        "sync.lock",
        "projects.json",
        "projects_cache_vscode.json",
        "projects_cache_git.json",
        "projects_cache_svn.json",
        "gpm_projects.json",
        "gpm-recentItems.json"
    ],
    "ignoreUploadFolders": [
        "workspaceStorage"
    ],
    "ignoreExtensions": [],
    "gistDescription": "Visual Studio Code Settings Sync Gist",
    "version": 342,
    "token": "**",
    "downloadPublicGist": false,
    "supportedFileExtensions": [
        "json",
        "code-snippets"
    ],
    "openTokenLink": true,
    "disableUpdateMessage": false,
    "lastUpload": "2019-09-04T18:04:00.734Z",
    "lastDownload": "2019-09-04T14:40:08.943Z",
    "githubEnterpriseUrl": null,
    "askGistName": false,
    "customFiles": {},
    "hostName": null,
    "universalKeybindings": false,
    "autoUploadDelay": 20
}

Thank you for your support!

@shanalikhan How to disable the notification please? It is really noise!

Came looking for a solution to this as well.

+1
The notification is really frequent and I cannot find a way to disable it :(

This notification appears every time that an upload occurs.

Guys its fixed, scheduled to release in upcoming build.

It is really noise!

If you want to get that build now.

Download
code-settings-sync-3.4.3.zip

v3.4.3 Released. Let me know if there is any problem :)

Awesome, thanks a lot!

Was this page helpful?
0 / 5 - 0 ratings