Quokka in VSCode trough WSL's Node possible?
When I link to bash.exe, though I don't know what to link too, it gives me:
GNU long options:
--debug
--debugger
--dump-po-strings
--dump-strings
--help
--init-file
--login
--noediting
--noprofile
--norc
--posix
--rcfile
--restricted
--verbose
--version
Shell options:
-ilrsD or -c command or -O shopt_option (invocation only)
-abefhkmnptuvxBCHP or -o option
when I use a batch file I get with node %*
module.js:557
throw err;
^
Error: Cannot find module 'path\to\file/C:\Users\CoLd As IcE\.vscode\extensions\WallabyJs.quokka-vscode-1.0.94\dist\wallaby\server.js'
at Function.Module._resolveFilename (module.js:555:15)
at Function.Module._load (module.js:482:25)
at Function.Module.runMain (module.js:701:10)
at startup (bootstrap_node.js:193:16)
at bootstrap_node.js:617:3
and when I use when I use a batch file I get with node % *
Error: Cannot find module 'path\to\file\***newpath***/C:\Users\CoLd As IcE\.vscode\extensions\WallabyJs.quokka-vscode-1.0.94\dist\wallaby\server.js'