danielscherzer / GLSL

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

Fix external compiler not working #92

Closed oceanusxiv closed 2 years ago

oceanusxiv commented 2 years ago

Quick fix for #91. Root cause seems to just be that the invoked arg string did not have the string literal portion escaped, so any path with a space in it would be incorrected interpreted.

danielscherzer commented 2 years ago

Thanks for the fix!