When I use the debug command in WSL, I get mixed signals:
--------------------Testing Extension--------------------
working directory - /home/ubuntu/project
shell - false
--------------------Testing Working Directory--------------------
command - dir
Temporarily settings 'shell' to 'true' for this test
TEST SUCCESS - Valid Working Directory
--------------------Testing SQLFluff Location--------------------
command - where sqlfluff
TEST FAILED - SQLFluff location not found
Error: spawn where ENOENT
------------------------------------------------------------
It appears from this output, and looking at debug.ts, that the script assumes a windows environment and will use windows/powershell commands like dir and where, which don't work.
When I use the debug command in WSL, I get mixed signals:
It appears from this output, and looking at debug.ts, that the script assumes a windows environment and will use windows/powershell commands like
dirandwhere, which don't work.