Add cspell.json to ignored paths (#2190)
This commit is contained in:
parent
d69742ae10
commit
12cec8c08f
2
.vscode/cspell.json
vendored
2
.vscode/cspell.json
vendored
@ -3,7 +3,7 @@
|
||||
"language": "en",
|
||||
"languageId": "cpp",
|
||||
"dictionaries": ["powershell"],
|
||||
"ignorePaths": ["vcpkg/**/*", "*.exe", "*.a", "*.lib"],
|
||||
"ignorePaths": ["vcpkg/**/*", "*.exe", "*.a", "*.lib", ".vscode/cspell.json"],
|
||||
"words": [
|
||||
"azsdk",
|
||||
"cmake",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user