nonoroazoro/vscode-syncing

❓: How to ignore certain extensions

yozachar opened this issue · 1 comments

Specifications

Version: 1.55.2
Commit: 3c4e3df9e89829dce27b7b5c24508306b151f30d
Date: 2021-04-22T15:03:39.218Z
Electron: 11.4.5
Chrome: 87.0.4280.141
Node.js: 12.18.3
V8: 8.7.220.31-electron.0
OS: Linux x64 5.12.1-arch1-1

Expected Behavior

When trying to exclude extension using id like this:

"syncing.excludedSettings":[
        "streetsidesoftware.code-spell-checker"
    ],

It must remove that particular extension from the gist.

Actual Behavior

The extension gets synced.

dumb me 🤦🏻‍♂️ 😂

it should be:

"syncing.excludedExtensions" : [
   "streetsidesoftware.code-spell-checker"
]