You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all; thanks for the amazing tool! Finally a great standalone tool to program and debug shaders. I was looking for that for a long time. Aside from the debugger crashing at the moment for some reason everything works pretty well and it clearly is thought through well! Great work! Looking forward to also being able to use breakpoints and all that, which is just fantastic!
little thing:
For some reason when 'installing' SHADERed in a subfolder inside `Program Files' and using that path in the global VS Code settings.json configuration as executablePath, SHADERed never gets launched on debug.
It does get launched though when moving the SHADERed installation to within the project folder itself, so get it locally. For instance inside a bin folder inside the project folder.
Although a small detail and easy to workaround, there is a big advantage in having SHADERed installed globally; its settings. So it would be nice if this could work in the future.
First of all; thanks for the amazing tool! Finally a great standalone tool to program and debug shaders. I was looking for that for a long time. Aside from the debugger crashing at the moment for some reason everything works pretty well and it clearly is thought through well! Great work! Looking forward to also being able to use breakpoints and all that, which is just fantastic!
little thing:
For some reason when 'installing' SHADERed in a subfolder inside `Program Files' and using that path in the global VS Code settings.json configuration as executablePath, SHADERed never gets launched on debug.
It does get launched though when moving the SHADERed installation to within the project folder itself, so get it locally. For instance inside a
bin
folder inside the project folder.So this does NOT work:
But this DOES work:
Although a small detail and easy to workaround, there is a big advantage in having SHADERed installed globally; its settings. So it would be nice if this could work in the future.
Anyway, keep up the great work!
SHADERed version: 1.5.6
SHADERed extension version: 0.0.5
The text was updated successfully, but these errors were encountered: