About 400 results
Open links in new tab
  1. Node.js tutorial in Visual Studio Code

    Visual Studio Code has support for the JavaScript and TypeScript languages out-of-the-box as well as Node.js debugging. However, to run a Node.js application, you will need to install the …

  2. Node.js in a container - Visual Studio Code

    Develop, build, and debug a Node.js app in a container, using Visual Studio Code.

  3. JavaScript extensions for VS Code

    Learn more about installing and integrating JavaScript and Node.js extensions in the Visual Studio Code editor.

  4. Using React in Visual Studio Code

    This is a sample React application, which creates a simple TODO application and includes the source code for a Node.js Express server. It also shows how to use the Babel ES6 transpiler …

  5. Visual Studio Code on Windows

    When coupled with the WSL extension, you get full VS Code editing and debugging support while running in the context of WSL. See the Developing in WSL documentation to learn more, or try …

  6. Setting up Visual Studio Code

    Visual Studio Code supports Portable mode installation. This mode enables all data created and maintained by VS Code to live near itself, so it can be moved around across environments, for …

  7. Download Visual Studio Code - Mac, Linux, Windows

    Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building …

  8. Working with JavaScript - Visual Studio Code

    For libraries that do not include typings, VS Code's Automatic Type Acquisition will automatically install community maintained typings file for you. Automatic type acquisition requires npmjs, …

  9. Using Angular in Visual Studio Code

    To install and use the command line interface as well as run the Angular application server, you'll need the Node.js JavaScript runtime and npm (the Node.js package manager) installed. npm …

  10. Create a Dev Container - Visual Studio Code

    In this document, we'll go through the steps for creating a development (dev) container in VS Code: Create a devcontainer.json, which describes how VS Code should start the container …