🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@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.

latest
Source
npmnpm
Version
1.3.2
Version published
Maintainers
1
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

Local Installation using CDN

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/cspell-ext.json"],
  "cSpell.language": "de, de_CH",
}
CSpell Settings cspell.json

cspell.json

{
  "import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-de-ch/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/cspell-ext.json
language: de, de_CH

Dictionary Information

NameEnabledDescription
de-chSwiss German (de-CH) Dictionary.

Language Settings

NameLocaleFile Type
de-chde, 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 19 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts