Skip to content

Feature: IDE Integration

Josh Soref edited this page Feb 25, 2024 · 6 revisions

IDE Integration

Visual Studio Code

cspell

Things to try:

"cSpell.customDictionaries": {
  "custom-allow": { "name": "custom-allow", "path": "${workspaceFolder}/.github/actions/spelling/allow.txt" },
  "custom-expect": { "name": "custom-expect", "path": "${workspaceFolder}/.github/actions/spelling/expect.txt" , "addWords": true }
}
Clone this wiki locally