10 results found
-
Environment variables - Visual Studio Code
First, create an environment file somewhere in your source tree. Consider this .devcontainer/devcontainer.env file: Next, depending on what you reference in devcontainer.json: version: '3' services: your-service-name-here: env_file: devcontainer.env # ...
-
Advanced container configuration - Visual Studio Code
Advanced container configuration. The articles in this section cover advanced container configuration when working with the Visual Studio Code Dev Containers extension.. Working with containers
-
Visual Studio Code for the Web
Visual Studio Code for the Web provides a free, zero-install Microsoft Visual Studio Code experience running entirely in your browser, allowing you to quickly and safely browse source code repositories and make lightweight code changes. To get started, go to https://vscode.dev in your browser.
-
Attach to a running container - Visual Studio Code
To attach to a Docker container, either select Dev Containers: Attach to Running Container... from the Command Palette (F1) or use the Remote Explorer in the Activity Bar and from the Containers view, select the Attach to Container inline action on the container you want to connect to.
-
Create a Dev Container - Visual Studio Code
Create a Dev Container. The Visual Studio Code Dev Containers extension lets you use a Docker container as a full-featured development environment. It allows you to open any folder or repository inside a container and take advantage of Visual Studio Code's full feature set.
-
Development Containers in Education: A Guide for Instructors
Dev containers provide a separate coding environment from your computer. For example, if you download a specific version of a dependency, that version will be unique to the container.
-
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 example, on a USB drive. See the VS Code Portable Mode documentation for details.
-
Visual Studio Code on Linux
Install Git, Node.js, TypeScript, language runtimes, and more. Customize VS Code with themes, formatters, language extensions and debuggers for your favorite languages, and more.
-
Node.js debugging in VS Code - Visual Studio Code
Node.js debugging in VS Code. The Visual Studio Code editor has built-in debugging support for the Node.js runtime and can debug JavaScript, TypeScript, and many other languages that are transpiled into JavaScript. Setting up a project for Node.js debugging is straightforward with VS Code providing appropriate launch configuration defaults and snippets.
-
Virtual Workspaces | Visual Studio Code Extension API
When an extension implements a file system provider, workspace resources may not be located on the local disk, but be virtual, located on a server or the cloud, and editing operations happen there. This configuration is called a virtual workspace.