Replies: 1 comment 2 replies
-
|
Does the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm encountering an issue with cspell when using the import field in the configuration file to reference a remote file hosted on Artifactory.
If the remote file is inaccessible (e.g., due to no internet or Artifactory being down), cspell throws an error and stops execution entirely — even if a local fallback configuration is specified earlier in the import array.
{ "version": "0.2", "import": [ "./local-cspell.json", "https://my-artifactory.com/artifactory/dev-local/public/cspell.json" ], "words": ["customword2"], "flagWords": ["hte"] }Questions:
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions