Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vscode/dev-container-cli

Package Overview
Dependencies
Maintainers
17
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vscode/dev-container-cli - npm Package Compare versions

Comparing version 0.207.0 to 0.208.0

21

dist/node_modules/vscode-dev-containers/container-features/features.json

@@ -7,2 +7,3 @@ {

"name": "Docker (Moby) support (Docker-in-Docker)",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/docker-in-docker.md",
"options": {

@@ -68,2 +69,3 @@ "version": {

"name": "Docker (Moby) support, reuse host Docker Engine (Docker-from-Docker)",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/docker.md",
"options": {

@@ -120,2 +122,3 @@ "version": {

"name": "Kubectl, Helm, and Minkube",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/kubectl-helm.md",
"options": {

@@ -181,2 +184,3 @@ "version": {

"name": "Terraform, tflint, and TFGrunt",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/terraform.md",
"options": {

@@ -243,2 +247,3 @@ "version": {

"name": "Git (may require compilation)",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/git-from-src.md",
"options": {

@@ -289,2 +294,3 @@ "version": {

"name": "Git Large File Support (LFS)",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/git-lfs.md",
"options": {

@@ -330,2 +336,3 @@ "version": {

"name": "GitHub CLI",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/github.md",
"options": {

@@ -372,2 +379,3 @@ "version": {

"name": "Azure CLI",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/azcli.md",
"options": {

@@ -417,2 +425,3 @@ "version": {

"name": "SSH server",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/sshd.md",
"options": {

@@ -460,2 +469,3 @@ "version": {

"name": "Light-weight desktop (Fluxbox)",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/desktop-lite.md",
"options": {

@@ -525,2 +535,3 @@ "version": {

"name": "Homebrew",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/homebrew.md",
"options": {

@@ -571,2 +582,3 @@ "version": {

"name": "Node.js (via nvm) and yarn",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/node.md",
"options": {

@@ -606,2 +618,3 @@ "version": {

"name": "Python (may require compilation)",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/python.md",
"options": {

@@ -677,2 +690,3 @@ "version": {

"name": "Go",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/go.md",
"options": {

@@ -728,2 +742,3 @@ "version": {

"name": "Java (via SDKMAN!)",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/java.md",
"options": {

@@ -779,2 +794,3 @@ "version": {

"name": "Maven (via SDKMAN!)",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/maven.md",
"options": {

@@ -824,2 +840,3 @@ "version": {

"name": "Gradle (via SDKMAN!)",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/gradle.md",
"options": {

@@ -869,2 +886,3 @@ "version": {

"name": "Ruby (via rvm)",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/ruby.md",
"options": {

@@ -919,2 +937,3 @@ "version": {

"name": "Rust",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/rust.md",
"options": {

@@ -988,2 +1007,3 @@ "version": {

"name": "PowerShell",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/powershell.md",
"options": {

@@ -1030,2 +1050,3 @@ "version": {

"name": "Common OS utilities",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/common.md",
"options": {

@@ -1032,0 +1053,0 @@ "installZsh": {

8

dist/node_modules/vscode-dev-containers/containers-readmes/dotnet-mssql/README.md

@@ -13,10 +13,10 @@ # C# (.NET) and MS SQL

| *Published image architecture(s)* | x86-64 |
| *Available image variants* | [See .NET definition](../dotnet). |
| *Available image variants* | 3.1, 5.0, 6.0 |
| *Works in Codespaces* | Yes |
| *Container host OS support* | Linux, macOS, Windows |
| *Container OS* | Ubuntu (.NET 3.1-6.0), Debian (.NET 6.0 default) |
| *Container OS* | Ubuntu (Debian .NET 6.0 image variant not yet supported) |
| *Languages, platforms* | .NET, .NET Core, C#, Microsoft SQL |
## Description
This definition creates two containers, one for C# (.NET) and one for Microsoft SQL. VS Code will attach to the .NET Core container, and from within that container the Microsoft SQL container will be available on **`localhost`** port 1433. By default, the `sa` user password is `P@ssw0rd`. For more on the configuration of MS SQL, see the section [MS SQL Configuration](#MS-SQL-Configuration)
This definition creates two containers, one for C# (.NET) and one for Microsoft SQL. VS Code will attach to the .NET Core container, and from within that container the Microsoft SQL container will be available on **`localhost`** port 1433. By default, the `sa` user password is `P@ssw0rd`. For more on the configuration of MS SQL, see the section [MS SQL Configuration](#MS-SQL-Configuration)

@@ -32,2 +32,4 @@ ## Using this definition

This will currently always use an Ubuntu 20.04/focal based .NET image since there is not yet a Debian 11/Bullseye ODBC driver.
### Debug Configuration

@@ -34,0 +36,0 @@

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/alpine
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/alpine
{

@@ -4,0 +4,0 @@ "name": "Alpine",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/azure-ansible
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/azure-ansible
{

@@ -4,0 +4,0 @@ "name": "Azure Ansible (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/azure-bicep
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/azure-bicep
{

@@ -4,0 +4,0 @@ "name": "Azure Bicep (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/azure-cli
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/azure-cli
{

@@ -4,0 +4,0 @@ "name": "Azure CLI",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/azure-functions-dotnetcore-2.1
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/azure-functions-dotnetcore-2.1
{

@@ -4,0 +4,0 @@ "name": "Azure Functions & C# - .NET Core 2.1",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/azure-functions-dotnetcore-3.1
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/azure-functions-dotnetcore-3.1
{

@@ -4,0 +4,0 @@ "name": "Azure Functions & C# - .NET Core 3.1",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/azure-functions-java-11
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/azure-functions-java-11
{

@@ -4,0 +4,0 @@ "name": "Azure Functions & Java 11",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/azure-functions-java-8
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/azure-functions-java-8
{

@@ -4,0 +4,0 @@ "name": "Azure Functions & Java 8",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/azure-functions-node
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/azure-functions-node
{

@@ -4,0 +4,0 @@ "name": "Azure Functions & Node.js",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/azure-functions-pwsh
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/azure-functions-pwsh
{

@@ -4,0 +4,0 @@ "name": "Azure Functions & PowerShell",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/azure-functions-python-3
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/azure-functions-python-3
{

@@ -4,0 +4,0 @@ "name": "Azure Functions & Python 3",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/azure-machine-learning-python-3
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/azure-machine-learning-python-3
{

@@ -4,0 +4,0 @@ "name": "Azure Machine Learning",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/azure-static-web-apps
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/azure-static-web-apps
{

@@ -4,0 +4,0 @@ "name": "Azure Static Web Apps",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/azure-terraform
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/azure-terraform
{

@@ -4,0 +4,0 @@ "name": "Azure Terraform (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/bash
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/bash
{

@@ -4,0 +4,0 @@ "name": "Bash (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/bazel
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/bazel
{

@@ -4,0 +4,0 @@ "name": "Bazel (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/chef-workstation
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/chef-workstation
{

@@ -4,0 +4,0 @@ "name": "Chef Workstation (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/codespaces-linux
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/codespaces-linux
{

@@ -4,0 +4,0 @@ "name": "GitHub Codespaces (Default)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/cpp
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/cpp
{

@@ -4,0 +4,0 @@ "name": "C++",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/dapr-dotnet
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/dapr-dotnet
{

@@ -4,0 +4,0 @@ "name": "Dapr with C# (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/dapr-javascript-node
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/dapr-javascript-node
{

@@ -4,0 +4,0 @@ "name": "Dapr with Node.js & JavaScript (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/dart
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/dart
{

@@ -4,0 +4,0 @@ "name": "Dart (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/debian
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/debian
{

@@ -4,0 +4,0 @@ "name": "Debian",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/deno
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/deno
{

@@ -4,0 +4,0 @@ "name": "Deno",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/docker-existing-docker-compose
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/docker-existing-docker-compose
// If you want to run as a non-root user in the container, see .devcontainer/docker-compose.yml.

@@ -4,0 +4,0 @@ {

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/docker-existing-dockerfile
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/docker-existing-dockerfile
{

@@ -4,0 +4,0 @@ "name": "Existing Dockerfile",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/docker-from-docker-compose
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/docker-from-docker-compose
{

@@ -4,0 +4,0 @@ "name": "Docker from Docker Compose",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/docker-from-docker
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/docker-from-docker
{

@@ -4,0 +4,0 @@ "name": "Docker from Docker",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/docker-in-docker
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/docker-in-docker
{

@@ -4,0 +4,0 @@ "name": "Docker in Docker",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/dotnet-fsharp
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/dotnet-fsharp
{

@@ -4,0 +4,0 @@ "name": "F# (.NET)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/dotnet-mssql
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/dotnet-mssql
{

@@ -4,0 +4,0 @@ "name": "C# (.NET) and MS SQL",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/dotnet
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/dotnet
{

@@ -4,0 +4,0 @@ "name": "C# (.NET)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/elixir-phoenix-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/elixir-phoenix-postgres
{

@@ -4,0 +4,0 @@ "name": "Elixir, Phoenix, Node.js & PostgresSQL (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/elixir
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/elixir
{

@@ -4,0 +4,0 @@ "name": "Elixir (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/elm
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/elm
{

@@ -4,0 +4,0 @@ "name": "Elm (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/go
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/go
{

@@ -4,0 +4,0 @@ "name": "Go",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/haskell
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/haskell
{

@@ -4,0 +4,0 @@ "name": "Haskell (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/hugo
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/hugo
{

@@ -4,0 +4,0 @@ "name": "Hugo (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/java-8
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/java-8
{

@@ -4,0 +4,0 @@ "name": "Java 8",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/java
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/java
{

@@ -4,0 +4,0 @@ "name": "Java",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/javascript-node-azurite
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/javascript-node-azurite
// Update the VARIANT arg in docker-compose.yml to pick a Node.js version

@@ -4,0 +4,0 @@ {

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/javascript-node-mongo
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/javascript-node-mongo
// Update the VARIANT arg in docker-compose.yml to pick a Node.js version

@@ -4,0 +4,0 @@ {

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/javascript-node-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/javascript-node-postgres
// Update the VARIANT arg in docker-compose.yml to pick a Node.js version

@@ -4,0 +4,0 @@ {

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/javascript-node
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/javascript-node
{

@@ -4,0 +4,0 @@ "name": "Node.js",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/jekyll
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/jekyll
{

@@ -4,0 +4,0 @@ "name": "Jekyll",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/julia
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/julia
// See https://github.com/julia-vscode/julia-devcontainer/blob/master/Dockerfile for image contents

@@ -4,0 +4,0 @@ {

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/jupyter-datascience-notebooks
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/jupyter-datascience-notebooks
{

@@ -4,0 +4,0 @@ "name": "Jupyter Data Science Notebooks (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/kubernetes-helm-minikube
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/kubernetes-helm-minikube
{

@@ -4,0 +4,0 @@ "name": "Kubernetes - Minikube-in-Docker",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/kubernetes-helm
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/kubernetes-helm
{

@@ -4,0 +4,0 @@ "name": "Kubernetes - Local Configuration",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/markdown
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/markdown
{

@@ -4,0 +4,0 @@ "name": "Markdown Editing",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/mit-scheme
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/mit-scheme
{

@@ -4,0 +4,0 @@ "name": "MIT-Scheme (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/perl
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/perl
{

@@ -4,0 +4,0 @@ "name": "Perl (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/php-mariadb
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/php-mariadb
// Update the VARIANT arg in docker-compose.yml to pick a PHP version

@@ -4,0 +4,0 @@ {

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/php
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/php
{

@@ -4,0 +4,0 @@ "name": "PHP",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/powershell
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/powershell
{

@@ -4,0 +4,0 @@ "name": "PowerShell",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/puppet
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/puppet
{

@@ -4,0 +4,0 @@ "name": "Puppet Development Kit (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/python-3-anaconda
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/python-3-anaconda
{

@@ -4,0 +4,0 @@ "name": "Anaconda (Python 3)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/python-3-device-simulator-express
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/python-3-device-simulator-express
{

@@ -4,0 +4,0 @@ "name": "Python 3 & Device Simulator Express (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/python-3-miniconda
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/python-3-miniconda
{

@@ -4,0 +4,0 @@ "name": "Miniconda (Python 3)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/python-3-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/python-3-postgres
// Update the VARIANT arg in docker-compose.yml to pick a Python version

@@ -4,0 +4,0 @@ {

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/python-3-pypy
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/python-3-pypy
{

@@ -4,0 +4,0 @@ "name": "PyPy (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/python-3
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/python-3
{

@@ -4,0 +4,0 @@ "name": "Python 3",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/r
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/r
{

@@ -4,0 +4,0 @@ "name": "R (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/reasonml
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/reasonml
{

@@ -4,0 +4,0 @@ "name": "ReasonML (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/ruby-rails-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/ruby-rails-postgres
// Update the VARIANT arg in docker-compose.yml to pick a Ruby version

@@ -4,0 +4,0 @@ {

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/ruby-rails
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/ruby-rails
{

@@ -4,0 +4,0 @@ "name": "Ruby on Rails (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/ruby-sinatra
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/ruby-sinatra
{

@@ -4,0 +4,0 @@ "name": "Ruby & Sinatra (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/ruby
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/ruby
{

@@ -4,0 +4,0 @@ "name": "Ruby",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/rust
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/rust
{

@@ -4,0 +4,0 @@ "name": "Rust",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/sfdx-project
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/sfdx-project
{

@@ -4,0 +4,0 @@ "name": "Salesforce Project (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/swift
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/swift
{

@@ -4,0 +4,0 @@ "name": "Swift (Community)",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/typescript-node
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/typescript-node
{

@@ -4,0 +4,0 @@ "name": "Node.js & TypeScript",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/ubuntu
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/ubuntu
{

@@ -4,0 +4,0 @@ "name": "Ubuntu",

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/containers/vue
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/containers/vue
{

@@ -4,0 +4,0 @@ "name": "Vue (Community)",

{
"name": "vscode-dev-containers",
"version": "0.207.0",
"version": "0.208.0",
"description": "VS Code Dev Containers: Definitions and Templates",

@@ -5,0 +5,0 @@ "repository": {

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.207.0/repository-containers/images/github.com/microsoft/vscode
// https://github.com/microsoft/vscode-dev-containers/tree/v0.208.0/repository-containers/images/github.com/microsoft/vscode
{

@@ -4,0 +4,0 @@ "name": "Code - OSS",

{
"name": "@vscode/dev-container-cli",
"version": "0.207.0",
"version": "0.208.0",
"description": "Command Line Interface (CLI) for VS Code Dev Containers",

@@ -5,0 +5,0 @@ "bin": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc