-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Error: Editing F# files is throwing an exception #281
Comments
Thanks for reporting this @BlueBayliss I will have a look as soon as possible! |
Thank you for looking into this. |
While playing with the settings I found that disabling CodeLens for F# stops the error from happening. |
Thanks for the great bug report 👍 I can reproduce the issue and without your hint about CodeLens I think I wouldn't have found it! I am on it now |
Hey @sharwell any clue why this line would fail in case of F#? I reproduced the issue with a simple F# console app! |
Versions
What happened
When editing an F# file I always get the gold exception bar saying "An exception of type ArgumentException has been encountered. This may be caused by an extension. [Open log file]"
Steps to Reproduce
Steps to reproduce the behavior:
Log extracts
ActivityLog.txt
Additional context
This seems related to issue #83
The text was updated successfully, but these errors were encountered: