stevensona/shader-toy

Compile errors

DomDomHaas opened this issue · 3 comments

Hi there :)

Well showing compile errors would be great. Or at least highlighting the line which has a problem.

I totally agree. I am currently working out a way to redirect the output from the TextDocumentContentProvider interface into the workspace.

0.1.6 adds basic support for error output. It currently displays the list of GLSL compiler errors in the output view. It's not perfect, but it's certainly better than before.
errors

The extensions currently also hyperlinks to reveal the line that the error happens on. The error output will probably not get better for now.