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

fix for extension hanging on analysis of non-'.spthy' files #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paulellsiepen
Copy link

I had an issue with the Tamarin extension trying to analyze non-Tamarin files, and depending on the file type hanging indefinitely (and triggering VS-Code resource consumption warnings), or showing wrong error messages.

I don't really do VS extension development, so I was unsure how to properly test the (albeit miniscule) changes for general impact/compatibility outside of running "npm test".

For the original issue, I did successfully test locally.

Feel free to move the language check upwards in the call trace - I did not want to understand the entire extension (and how VSCode extensions might get invoked) and just added a "fail-save" in the actual analysis function.

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

Successfully merging this pull request may close these issues.

1 participant