-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration: Error: Expected an object to validate, but received undefined (path: module.exports.) #140
Comments
Exact same here. I have no time to debug now though. |
Won't have time to look at this for now, hopefully next week. Some questions though:
|
I did disable I hate to say it, but it may be one of those times a short |
I tried in system text editor and there is no error. Seems it's an issue for VS code only. |
Yes I can reproduce this issue too. Adding a 100 ms delay seems to fix the issue, so I pushed that change right now in this commit. Next release will contain this fix, hopefully sometime in November. |
Fixed in v3.1.3 https://github.com/johnste/finicky/releases/tag/v3.1.3 |
Whenever I changed the config file correctly and save it in my VS Code, most of the time it reports error
Configuration: Error: Expected an object to validate, but received undefined (path: module.exports.)
I can ignore it and it still works.
When I save it again, it may say "reload config successfully."
How can we solve this annoying error message?
The text was updated successfully, but these errors were encountered: