
Node.js tutorial in Visual Studio Code
Node.js is a platform for building fast and scalable server applications using JavaScript. Node.js is the runtime and npm is the Package Manager for Node.js modules. Visual Studio Code has …
JavaScript in Visual Studio Code
Working with JavaScript - More detailed information about VS Code's JavaScript support and how to troubleshoot common issues. jsconfig.json - Detailed description of the jsconfig.json project …
Node.js in a container - Visual Studio Code
Develop, build, and debug a Node.js app in a Docker container, using Visual Studio Code.
Using Vue in Visual Studio Code
Vue.js is a popular JavaScript library for building web applications and user interfaces, and Visual Studio Code has built-in support for the Vue.js building blocks of HTML, CSS, and JavaScript. …
Node.js debugging in VS Code - Visual Studio Code
The Visual Studio Code editor has built-in debugging support for the Node.js runtime and can debug JavaScript, TypeScript, and many other languages that are transpiled into JavaScript. …
Performance Profiling JavaScript - Visual Studio Code
Visual Studio Code supports collecting and viewing performance profiles for JavaScript programs. To get started, you'll first need to have the debugger configured for your Node.js program or …
Using React in Visual Studio Code
React is a popular JavaScript library developed by Facebook for building user interfaces. The Visual Studio Code editor supports React.js IntelliSense and code navigation out of the box. …
TypeScript tutorial in Visual Studio Code
TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. It offers classes, modules, and interfaces to help you build robust components. Install the TypeScript compiler
Deploy Node.js Web Apps - Visual Studio Code
Deploy Node.js Web Apps. The Azure Tools extensions for Visual Studio Code make it easy to deploy Node.js applications. Deployment tutorials. These tutorials from Microsoft Learn …
Debug Node.js within a container - Visual Studio Code
How to configure and troubleshoot debugging of Node.js apps running in a Docker container, using Visual Studio Code.