1.0.10 • Published 9 months ago

@cspell/dict-shell v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

CSpell Shell Script Dictionary

Shell Script dictionary for cspell.

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

Requirements

ToolVersion
cspell>= 6
Code Spell Checker - Visual Studio Code>= 2

Installation

Global Install and add to cspell global settings.

npm install -g @cspell/dict-shell
cspell link add @cspell/dict-shell

Uninstall from cspell

cspell link remove @cspell/dict-shell

Manual Installation

The cspell-ext.json file in this package should be added to the import section in your cspell.json file.

{
    // …
    "import": ["@cspell/dict-shell/cspell-ext.json"],
    // …
}

License

MIT

Some packages may have other licenses included.

1.0.10

9 months ago

1.0.9

9 months ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago