danielscherzer / GLSL

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

VSCode release #95

Closed chickenSandwich closed 2 years ago

chickenSandwich commented 2 years ago

Is there any chance you could target VSCode?

danielscherzer commented 2 years ago

I have looked into this because the available extensions for GLSL in VS Code did not work as I wanted them to. Regrettably, VS Code extensions seem to be a completely different thing: They have to be coded in typescript and everything works differently. So in essency I would have to make a new extension from scratch...

chickenSandwich commented 2 years ago

Thanks for letting me know.