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

Extension doens't work with any but .glsl files if "Syntax Highlighting Pack" extension is installed #69

Closed
spiralsam opened this issue Aug 7, 2020 · 2 comments

Comments

@spiralsam
Copy link

spiralsam commented Aug 7, 2020

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.

@danielscherzer
Copy link
Owner

danielscherzer commented Aug 17, 2020

Thanks for your feedback! I can confirm this behaviour.
I'm in contact with Mads Kristensen how to resolve this problem.

@danielscherzer
Copy link
Owner

Duplicate of #32. This has the same underlying problem. So I close this issue and leave Issue #32 open

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

No branches or pull requests

2 participants