You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the spellright.ignoreFiles statement below in my settings.json. However, spell checking is still performed on Powershell.txt. From what I've read I don't believe it is possibel to ignore files outside of the root directory.
Is that correct, it is not possible to ignore spell checking of files in a specific path?
I have the spellright.ignoreFiles statement below in my settings.json. However, spell checking is still performed on Powershell.txt. From what I've read I don't believe it is possibel to ignore files outside of the root directory.
Is that correct, it is not possible to ignore spell checking of files in a specific path?
-Thanks
"spellright.ignoreFiles": [
"**/.gitignore",
"C:\Users\zbern\OneDrive\Documents\Powershell.txt",
"/h2/sbiswas/Desktop/arc-experiments.md"
],
The text was updated successfully, but these errors were encountered: