Skip to content
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

File analysis isn't performed after code-generators output their files. #123

Open
rrousselGit opened this issue Mar 16, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@rrousselGit
Copy link
Collaborator

The current workaround is to press "alt" + hover anything in VScode. This seems to refresh the analysis somehow (why though?))

@rrousselGit rrousselGit added the bug Something isn't working label Mar 16, 2023
@rrousselGit
Copy link
Collaborator Author

This sounds like a race condition.
From my tests, usually it works by default. And any analysis after the generation fixes the output too.

One theory is, maybe two analysis are performed in quick successions – such as "on file save" vs "on generation done"). One before the generation and one after the generation.
But the one before the generation somehow completes after the other analysis, overriding its result.

@rrousselGit rrousselGit self-assigned this May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant