About 179,000 results
Open links in new tab
  1. Workspaces in Visual Studio - Visual Studio (Windows)

    Oct 30, 2025 · Explore how Visual Studio uses a workspace to represent a collection of files in Open Folder, including workspace providers and services.

  2. What is a VS Code workspace? - Visual Studio Code

    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 …

  3. Welcome - Workspace - Visual Studio Code

    Read our privacy statement and learn how to opt out.

  4. Workspaces in Visual Studio - Visual Studio (Windows) (2025)

    Dec 4, 2025 · 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 …

  5. Workspaces and language services in Visual Studio - Visual Studio ...

    Oct 30, 2025 · Learn how language services can provide Open Folder users the same rich language features they are used to when working with solutions and projects.

  6. User and workspace settings - Visual Studio Code

    You can configure Visual Studio Code to your liking through its various settings. Nearly every part of VS Code's editor, user interface, and functional behavior has options you can modify.

  7. Workspace file contexts in Visual Studio - Visual Studio

    Oct 30, 2025 · All insights into Open Folder workspaces are produced by "file context providers" that implement the IFileContextProvider interface. These extensions might look for patterns in …

  8. Create and work with workspaces - Azure Repos | Microsoft Learn

    Oct 19, 2022 · In most cases the only workspace you need is created automatically for you and you don't have to edit it. In some cases, you might want to modify your workspace or create …

  9. Workspace indexing in Visual Studio - Visual Studio (Windows)

    Oct 30, 2025 · Learn about workspace indexing, which is the collection and persistent storage of data to support rich IDE features for an Open Folder workspace.

  10. Workspace build in Visual Studio - Visual Studio (Windows)

    Oct 30, 2025 · Build support in Open Folder scenarios requires an extender to supply indexed and file context data for the workspace, as well as the build action to run. Below is an outline of …