10 results found
-
Supporting Remote Development and GitHub Codespaces
Supporting Remote Development and GitHub Codespaces Visual Studio Code Remote Development allows you to transparently interact with source code and runtime environments sitting on other machines (whether virtual or physical). GitHub Codespaces is a service that expands these capabilities with managed cloud-hosted environments that are accessible from both VS Code and a browser-based editor. To ...
-
UX Guidelines | Visual Studio Code Extension API
UX Guidelines These guidelines cover the best practices for creating extensions that seamlessly integrate with VS Code's native interface and patterns. In these guidelines, you can expect to find: An outline of VS Code's overall UI architecture and elements Recommendations and examples for UI contributed by an extension Links to relevant guides and samples Before diving into the details, it's ...
-
Use MCP servers in VS Code
Learn how to configure and use Model Context Protocol (MCP) servers with GitHub Copilot in Visual Studio Code.
-
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 up and available when you need it. Questions or feedback See Tips and Tricks or the FAQ. Search on Stack Overflow. Add a feature request or report a problem.
-
GitHub Codespaces - Visual Studio Code
Common questions Why is an extension not installable in the browser There are a small number of extensions that have built-in assumptions or need to run on the desktop. Examples are when an extension accesses files from the VS Code installation on the desktop or when an extension depends on an executable that must run in a desktop environment. When you try to install such an extension in the ...
-
Build Tools - Visual Studio Code
C# Build Tools for Visual StudioBuild Tools This document is an overview of how to build your C# projects and solutions in the C# tools for Visual Studio Code. It covers the features provided by the C# Dev Kit extension. Building a solution When a solution is loaded, the C# Dev Kit extension provides several tasks that operate on the solution and the projects contained in it. In addition to ...
-
Remote Development with Linux - Visual Studio Code
Remote Development with Linux Linux is a highly variable environment and the large number of server, container, and desktop distributions can make it difficult to know what is supported. Visual Studio Code Remote Development has prerequisites for the specific host / container / WSL distribution you will be connecting to. The extensions are known to work when connecting to recent stable/LTS ...
-
Migrating VS Code to Process Sandboxing
Migrating VS Code to Process Sandboxing A win-win for security and the VS Code architecture November 28, 2022 by Benjamin Pasero, @BenjaminPasero Enabling the sandbox in Electron renderer processes is a critical requirement for secure and reliable Electron applications such as Visual Studio Code.
-
Visual Studio Code Server
Architecture We want to provide a unified VS Code experience no matter how you use the editor, whether it's local or remote, in the desktop or in the browser. Access to the VS Code Server is built in to the existing code CLI. The CLI establishes a tunnel between a VS Code client and your remote machine.
-
Visual Studio Code using Azure Pipelines
Visual Studio Code using Azure PipelinesVisual Studio Code using Azure Pipelines September 12, 2018 João Moreno, @joaomoreno One of my responsibilities as a developer on the Visual Studio Code team is to maintain and improve our build and continuous integration (CI) infrastructure. Given the latest feature announcements from Azure Pipelines, the Visual Studio Code team has dramatically ...