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

Bug syntax checking with imports #98

Open
Tokessa opened this issue Jul 10, 2024 · 0 comments
Open

Bug syntax checking with imports #98

Tokessa opened this issue Jul 10, 2024 · 0 comments

Comments

@Tokessa
Copy link

Tokessa commented Jul 10, 2024

If I import a scchart into another file, but change the inputs or outputs of the imported scchart after I have already integrated it into my file, the syntax checker does not recognize this. It continues to indicate that a variable is not bound, even if it no longer exists in the scchart, or does not indicate any problems if a new variable has not yet been bound.
This is then recognized correctly during compilation, but in order for the syntax checker to display it correctly, VSCode must be reloaded once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant