Sync Your CSpell Dictionaries
Across Computers.

The missing cloud sync for VS Code Spell Checker.
Manage your custom dictionary in one place, and use it everywhere.

Just create a dictionary and add this to your VS Code User Settings or project configuration:

// cspell.json or VS Code Settings
{
  "cSpell.import": [
    "https://cspellhub-cdn.cuiguojie.com/dicts/YOUR-DICTIONAY-ID/index.json"
  ]
}