How can I run .js or .ts file with bun in VS Code (from Code Runner Extension). I have only bun JS as JavaScript Runtime in my Computer ( I don’t have nodejs in my computer). Even if I download nodejs then how can I run .js file with bun js in vscode code runner? When I click run button
Tag: vscode-code-runner
Problem using VS Code’s Code Runner to run js file
I’ve installed the vs code extension Code Runner to help me learn JS, but it doesn’t seem to be working. When I try to run this simple console log, I get no output in vs code terminal, just this message: “[Running] node “c:UsersvaioDesktopreactscript.js” and nothing else, not even the massage saying that the execution ended. At the same time, if