-
Notifications
You must be signed in to change notification settings - Fork 8
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
Plugin stops detecting compiler flags after changing source files #54
Comments
Sounds like the issue is that |
Hmm I added this file with the entry to the directory; it's getting picked up by the build task, but the plugin is still showing issues. Does the extension require extra configuration? |
No, it doesnt require extra configuration. Can you share your file structure? |
I mean the actual files with a minimal repro |
Here's a small example
compile with
-d:nimPreviewHashRef
Restarting vscode and building on save. The code compiles and runs, there are no problems highlighted:
Add a few newlines to the end and build & run again. The code compiles and runs fine, but the plugin shows problems:
This greatly limits the plugin's usefulness.
extension: v0.9.0
vscode: 1.87.2
nim: 2.0.2
The text was updated successfully, but these errors were encountered: