Skip to content

Commit b5a7b9a

Browse files
committed
chore: Ignore spellcheck words
1 parent 7ec217a commit b5a7b9a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.cspell.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
".github/workflows/build-and-test-powershell-module.yml",
1111
".github/workflows/build-test-and-deploy-powershell-module.yml",
1212
".gitignore",
13+
".vscode/extensions.json"
1314
],
1415
"words": [
1516
"colours",
@@ -19,6 +20,7 @@
1920
"unshown"
2021
],
2122
"ignoreWords": [
22-
"pkgs"
23+
"pkgs",
24+
"pwsh"
2325
]
2426
}

0 commit comments

Comments
 (0)