Skip to content

Use a .cspell.json repo config file instead of .vscode/settings.json #111

@josecelano

Description

@josecelano

We have the cspell word list in the IDE settings. I would move it to a .cspell.json file in the root dir:

{
  "version": "0.2",
  "language": "en",
  "ignorePaths": [
    ".vscode",
    "**/.git/**",
    "**/vscode-extension/**",
    "megalinter"
  ],
  "words": [
    "byteorder",
    "hasher",
    "leechers",
    "nanos",
    "rngs",
    "Seedable",
    "thiserror",
    "torrust",
    "typenum"
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions