tgjones / HlslTools

A Visual Studio extension that provides enhanced support for editing High Level Shading Language (HLSL) files
http://timjones.io/blog/archive/2016/04/25/hlsl-tools-for-visual-studio-v1.0-released
Other
568 stars 98 forks source link

Hlsl continue statement crashes Visual Studio 2017 #101

Closed TimmehT closed 7 years ago

TimmehT commented 7 years ago

For some reason simply writing "continue;" to return back to the top of a loop with the extension turned on causes VS 2017 to crash. This also happens when I enter "continue" into my code with the extension turned off and then turn it back on upon restarting VS it will crash when opening the shader file that contains "continue"

ttvertex commented 7 years ago

I'm experiencing the same issue here.

tgjones commented 7 years ago

Thanks for reporting this - fixed.