-
Notifications
You must be signed in to change notification settings - Fork 91
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
NullReferenceException on VS2017 15.6.0 #231
Comments
Thanks for reporting, I'll try to take a look tonight! |
I haven't been able to reproduce this yet. It only happened for me the first time I launched VS, and now I can't seem to trigger it while under the debugger. However, I did notice that the rainbow tooltip doesn't get properly updated. After it appears once (correctly), putting the mouse on top of a different brace causes the same (and now wrong) tooltip window to appear. So far, I've tracked this to the |
I've added a workaround for the Can either of your @MarkSky or @fdncred try the latest developer build and let me know if you still see the |
@tomasr Sure, I'll install it but where do I find the latest developer build? |
Sorry, @fdncred, you can find them here: https://ci.appveyor.com/project/tomasr/viasfora/build/artifacts |
@tomasr, Got it and installed it. So far, so good. I'll let you know if it pukes. |
@tomasr, I've seen the error twice now and both time it happened upon closing a solution. This is the latest error from my activity log.
|
Thanks! I'll investigate further tonight. I presume the fact that something is getting stuck in memory, probably caused by |
…ated to the window not being disposed. Issue #231
OK, so made a few more changes which I think should fix that exception as well. Can you download the new build, @fdncred and give it another whirl? Thanks for all the help! |
@tomasr, installing now. Will let you know how it goes. |
Closing as I can't repro anymore. If it comes up again, feel free to add additional info as necessary and I'll reopen. |
Viasfora version: 3.8.157
VS 2017 Community version: 15.6.0
After updating VS2017 version to 15.6.0, when I typed in SCSS file, I got erros:
The text was updated successfully, but these errors were encountered: