danielscherzer / GLSL

VSIX Project that provides GLSL language integration.
257 stars 28 forks source link

Can this work without the .glsl filename extension? #94

Closed patrikpatrik closed 2 years ago

patrikpatrik commented 2 years ago

Installed product versions

Description

For some reason it only recognizes the 1st shader filename is: shader My second one is shader2 but doesn't recognize that.

danielscherzer commented 2 years ago

Visual Studio requires me to register my extension to certain file extensions. So it will notwork without any file extension.

patrikpatrik commented 2 years ago

Oh okay gotchya. Thank you for the quick response!