vsc

About this tag
Discussions tagged with vsc cover issues related to Visual Studio Code (VSC), including troubleshooting JavaScript console output and Node.js configuration. Users report problems with the integrated terminal not displaying console.log results, often due to missing Node.js binaries or incorrect launch.json settings. Another topic addresses a Microsoft hotfix that disables the ability to change the format of a VSC PIN in Windows. These threads focus on developer tooling, IDE configuration, and Windows-specific fixes for VSC users.
  1. R

    Windows 10 Javascript console commands not outputting to Console/Terminal window inside the IDE

    So I fjust installed VSC and it led me to an intro video on MSDN (I think). I followed the example and typed out the following four cosnole.log commands. But on running, all I get in the terminal window is the folder path: console.log("------------------------------"); console.log("Rise and...
  2. News

    Hotfix is available that disables the function that lets users change the format of a VSC PIN in Win

    More...
Back
Top