New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@cspell/dict-de-ch

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-de-ch

Swiss German dictionary for CSpell.

Source
npmnpm
Version
1.3.1
Version published
Weekly downloads
1.7K
-18.29%
Maintainers
1
Weekly downloads
 
Created
Source

CSpell Swiss German Dictionary

Swiss German dictionary for CSpell.

This is a pre-built dictionary for use with CSpell.

Requirements

ToolVersion
cspell>= 8
Code Spell Checker - Visual Studio Code>= 4

Local Installation

npm install -D @cspell/dict-de-ch

Configuration

VSCode Settings

Add the following to your VSCode settings:

.vscode/settings.json

{
  "cSpell.import": ["@cspell/dict-de-ch/cspell-ext.json"],
  "cSpell.language": "de, de_CH",
}
CSpell Settings `cspell.json`

cspell.json

{
  "import": ["@cspell/dict-de-ch/cspell-ext.json"],
  "language": "de, de_CH",
}
CSpell Settings `cspell.config.yaml`

cspell.config.yaml

import:
  - '@cspell/dict-de-ch/cspell-ext.json'
language: de, de_CH

CDN Configuration

VSCode Settings

Add the following to your VSCode settings:

.vscode/settings.json

{
  "cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-de-ch@latest/cspell-ext.json/cspell-ext.json"],
  "cSpell.language": "de, de_CH",
}
CSpell Settings `cspell.json`

cspell.json

{
  "import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-de-ch@latest/cspell-ext.json/cspell-ext.json"],
  "language": "de, de_CH",
}
CSpell Settings `cspell.config.yaml`

cspell.config.yaml

import:
  - https://cdn.jsdelivr.net/npm/@cspell/dict-de-ch@latest/cspell-ext.json/cspell-ext.json
language: de, de_CH

Contributing

Please help correct any mistakes in the dictionaries.

See: Contributing

Special thanks to all of our amazing contributors!

Dictionary Development

See: How to Create a New Dictionary

Resources

The Hunspell source for this dictionary can be found:

  • tree/main#readme

Brought to you by Street Side Software Logo Street Side Software

Keywords

cspell

FAQs

Package last updated on 09 Jul 2025

Related posts