Deno less verbose in wsl?
I am dev-ing in Vscode with WSL integrated terminal. When I run
deno task start
the application takes forever to run, the watcher doesn't catch changes, and there are no intermittent or error outputs to the terminal.
However when i run deno in the PS terminal it is very responsive, verbose, and the watcher works properly.
The wsl version didn't use to be this unresponsive. Does installing the windows (PS) version somehow interfere with the wsl install or is there maybe another issue?0 Replies