Closed spiralsam closed 4 years ago
Thanks for your feedback! I can confirm this behaviour. I'm in contact with Mads Kristensen how to resolve this problem.
Duplicate of #32. This has the same underlying problem. So I close this issue and leave Issue #32 open
I disabled Syntax Highlighting Pack as a hunch to discover what seems like a conflict here. When this extension is installed https://marketplace.visualstudio.com/items?itemName=MadsKristensen.SyntaxHighlightingPack
I could only get .glsl files to work. Otherwise .vert files try to be parsed (it looks as like maybe C++ for my C++ project, causing C++-style errors, and syntax highlighting not working properly). If I changed .vert in to .vert1 in "GLSL language integration" -> Configuration -> "Vertex shader type file extensions while this other extension is installed, then I rename my .vert files to .vert1, then things seem to work like intended. Same for .frag. These are the only two extensions I tried.