Hi my issue is that in my visual studio code, my code runner extension doesn't provide any output. I've looked at a bunch of tutorials and have done everything, research, download node.js,and saves the file as a javascript file and verify paths.
I entered " console.log("Hello") Its prints this out [Running] node "c:\Users\NAME\Untitled-1.js [Done] exited with code=0 in 0.202 seconds
And nothing 
Please help idk what I'm doing wrong


Looks like you haven't saved the file.
Try saving the file and then run with Code Runner.
Tip: You can enable
Save before Runsettings so that it gets saved every time before running the file.