About 70 results
Open links in new tab
  1. What is a VS Code workspace?

    A Visual Studio Code workspace is the collection of one or more folders that are opened in a VS Code window (instance). In most cases, you will have a single folder opened as the workspace. However, …

  2. Visual Studio Code Server

    Is the VS Code Server designed for multiple users to access the same remote instance? No, an instance of the server is designed to be accessed by a single user. Can I host the VS Code Server as a …

  3. Terminal Basics - Visual Studio Code

    Visual Studio Code has an integrated terminal to enable working in your shell of choice without leaving the editor.

  4. Terminal Advanced - Visual Studio Code

    The first VS Code instance inherits environment variables from the parent process (for example, the shell or application that launched VS Code). Subsequent VS Code instances inherit environment …

  5. Basic editing - Visual Studio Code

    Basic editing Visual Studio Code is an editor first and foremost, and includes the features you need for highly productive source code editing. This topic takes you through the basics of the editor and helps …

  6. Jupyter Notebooks on the web - Visual Studio Code

    Select the instance type for your codespace (number of cores, RAM, and storage). You can also manually commit your changes and create a codespace through the Remote Explorer: Sign into …

  7. Visual Studio Code debug configuration

    Visual Studio Code debug configuration For complex debugging scenarios or applications, you need to create a launch.json file to specify the debugger configuration. For example, to specify the …

  8. Getting Started with Azure Tools for Visual Studio Code

    Getting Started with Azure Tools for Visual Studio Code The Azure Tools extension pack enables developers to access Azure's cloud services within their current environment, simplifying the process …

  9. VS Code Remote Development

    GitHub Codespaces GitHub Codespaces provides remote development environments that are managed for you. You can configure and create a development environment hosted in the cloud, which is spun …

  10. Developing inside a Container - Visual Studio Code

    Developing inside a Container The Visual Studio Code Dev Containers extension lets you use a container as a full-featured development environment. It allows you to open any folder inside (or …