0
I have a problem with Visual Studio Code. I installed the Node.JS, then the VS Code and soon after the code Runner. However, the VS Code is not recognizing the commands.
Digito console.log("texto")
and says that language is not supported.
How to correct?
Where you type this command??
– Valdeir Psr
I open a folder and a new file and digit.
– Bruno Venancio
What is the file extension? Have you tried saving the file as . JS and check if it recognizes?
– Daniel Mendes