About 13,700,000 results
Open links in new tab
  1. Running two projects at once in Visual Studio Code

    Apr 26, 2024 · Use the configurations attribute to list the names of two or more debugging configurations that should be launched in parallel. Here are some tricks for easily configure debugging profiles for multi-target debugging.

  2. Multi-root Workspaces - Visual Studio Code

    Note: If an extension doesn't yet support multiple folders, it will still work in the first folder of your multi-root workspace.. Extension recommendations. VS Code supports folder level extension recommendations through the extensions.json files under the folder's .vscode subfolder. You can also provide global Workspace extension recommendations …

  3. How to do pair programming with VS Code - Duckly Blog

    Sep 14, 2021 · This article talks about everything you need to know about pair programming with VS Code and your team. From installing and configuring VS Code for pairing to set up your environment just right and the tools you could use to have the most productive pair programming sessions. We’ve got you covered.

  4. How do I run multiple programs at once in VS Code? : r/vscode - Reddit

    Oct 30, 2021 · If you haven't set up any launch configurations, both Client.java and Server.java will run using the same default configuration (so they can't be run at the same time). But you can run them in parallel by creating two launch configurations ( consult the documentation for more information on how to create these).

  5. How to install two VS Code? - Stack Overflow

    Jun 19, 2021 · You can do the following to get two Instances of VS code at the same time. The First Solution: use VS code Stable and VS code Insider [I put the link below] Insider Vscode

  6. 4 ways to perform pair programming on VS Code - Tabnine

    Apr 25, 2022 · Microsoft Visual Studio Code is the most popular IDE these days, and there are various tools developers can use on VS Code to perform Pair Programming. One developer opens up the code and shares the screen with another using a remote sharing tool such as Teamviewer, GitDuck, Anydesk, Codenvy, and Microsoft Teams.

  7. How do I run multiple vscode tasks simultaneously?

    Mar 21, 2017 · How do I run multiple vscode tasks simultaneously? For example, running a typescript watch task & a gulp task at the same time. (Without using the terminal) See running multiple tasks. You can use the "dependsOn" key in a version 2.0.0 tasks.json. Example from above link: "version": "2.0.0", "tasks": [ "taskName": "Client Build", "command": "gulp",

  8. VsCode Tutorial: How to use a workspace to manage multiple ... - YouTube

    Jan 22, 2023 · In this tutorial, Dr. Todd Wolfe demonstrates how to use a workspace in VsCode to manage multiple projects at the same time. This demonstrates the value of a workspace and why they...

  9. Remote Pair Programming with Visual Studio Code and Live Share

    Apr 26, 2021 · In this article, we’ll look at some of the benefits of pair programming and how you can use technology like the Visual Studio Code Live Share extension to continue to pair program...

  10. Run Multiple Projects in Visual Studio Code – Eric L. Anderson

    Apr 8, 2018 · I have used multiple projects with Visual Studio Code before, but never two distinct applications that I need to run at the same time. Sample code that contains the two projects, but before any modifications covered in this post can be found here. Building Multiple Projects

Refresh