glsl_analyzer
glsl_analyzer copied to clipboard
#include not working in vscode on windows
When using vscode on windows, using #include
results in BadPathName errors in the log. However, when I ctrl-click on one of the paths printed in the errors, vscode succesfully opens the file, so the paths seem to be valid.
Interestingly, the susccessfully opened paths in the log all seem to use /
as the separator, and the errored paths have \\
in them.