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
20
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.242.0 to 0.244.0

98

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

@@ -11,3 +11,3 @@ {

"type": "string",
"proposals": ["latest", "20.10" ],
"proposals": ["latest", "20.10"],
"default": "latest",

@@ -23,3 +23,3 @@ "description": "Select or enter a Docker/Moby Engine version. (Availability can vary by OS version.)"

"type": "string",
"enum": ["v1", "v2" ],
"enum": ["v1", "v2"],
"default": "v1",

@@ -35,11 +35,9 @@ "description": "Default version of Docker Compose (v1 or v2)"

},
"extensions": [
"ms-azuretools.vscode-docker"
],
"extensions": ["ms-azuretools.vscode-docker"],
// Problem #2 - The volume name here should be something unique per dev container. Need ability to either get a var that points to one or ask for a volume name
"mounts": [
{
"source":"dind-var-lib-docker",
"target":"/var/lib/docker",
"type":"volume"
"source": "dind-var-lib-docker",
"target": "/var/lib/docker",
"type": "volume"
}

@@ -91,3 +89,3 @@ ],

"type": "string",
"enum": ["v1", "v2" ],
"enum": ["v1", "v2"],
"default": "v1",

@@ -102,10 +100,8 @@ "description": "Compose version to use for docker-compose (v1 or v2)"

},
"extensions": [
"ms-azuretools.vscode-docker"
],
"extensions": ["ms-azuretools.vscode-docker"],
"mounts": [
{
"source":"/var/run/docker.sock",
"target":"/var/run/docker-host.sock",
"type":"bind"
"source": "/var/run/docker.sock",
"target": "/var/run/docker-host.sock",
"type": "bind"
}

@@ -139,3 +135,3 @@ ],

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

@@ -163,11 +159,9 @@ "options": {

"buildArg": "_VSC_INSTALL_KUBECTL_HELM_MINIKUBE",
"extensions": [
"ms-kubernetes-tools.vscode-kubernetes-tools"
],
"extensions": ["ms-kubernetes-tools.vscode-kubernetes-tools"],
// Problem #2 - The volume name here should be something unique per dev container. Need ability to either get a var that points to one or ask for a volume name
"mounts": [
{
"source":"minikube-config",
"target":"/home/vscode/.minikube",
"type":"volume"
"source": "minikube-config",
"target": "/home/vscode/.minikube",
"type": "volume"
}

@@ -397,5 +391,3 @@ ],

"type": "string",
"proposals": [
"latest"
],
"proposals": ["latest"],
"default": "latest",

@@ -406,5 +398,3 @@ "description": "Select or enter an AWS CLI version. (Available versions here: https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst)"

"buildArg": "_VSC_INSTALL_AWS_CLI",
"extensions": [
"AmazonWebServices.aws-toolkit-vscode"
],
"extensions": ["AmazonWebServices.aws-toolkit-vscode"],
"include": [

@@ -452,5 +442,3 @@ "cpp",

"buildArg": "_VSC_INSTALL_AZURE_CLI",
"extensions": [
"ms-vscode.azurecli"
],
"extensions": ["ms-vscode.azurecli"],
"include": [

@@ -541,3 +529,3 @@ "cpp",

"type": "string",
"proposals": ["vscode","codespaces","password"],
"proposals": ["vscode", "codespaces", "password"],
"default": "vscode",

@@ -694,3 +682,3 @@ "description": "Enter a password for desktop connections"

"type": "string",
"proposals": [ "lts", "latest", "18", "16", "14" ],
"proposals": ["lts", "latest", "18", "16", "14"],
"default": "lts",

@@ -708,3 +696,3 @@ "description": "Select or enter a Node.js version to install"

"containerEnv": {
"NVM_DIR":"/usr/local/share/nvm",
"NVM_DIR": "/usr/local/share/nvm",
"NVM_SYMLINK_CURRENT": "true",

@@ -732,3 +720,3 @@ "PATH": "${NVM_DIR}/current/bin:${PATH}"

"type": "string",
"enum": [ "latest", "os-provided", "3.10", "3.9", "3.8", "3.7", "3.6" ],
"enum": ["latest", "os-provided", "3.10", "3.9", "3.8", "3.7", "3.6"],
"default": "os-provided",

@@ -749,6 +737,3 @@ "description": "Select a Python version to install."

"buildArg": "_VSC_INSTALL_PYTHON",
"extensions": [
"ms-python.python",
"ms-python.vscode-pylance"
],
"extensions": ["ms-python.python", "ms-python.vscode-pylance"],
"containerEnv": {

@@ -758,3 +743,3 @@ "PYTHON_PATH": "/usr/local/python",

"PIPX_BIN_DIR": "/usr/local/py-utils/bin",
"PATH":"${PYTHON_PATH}/bin:${PATH}:${PIPX_BIN_DIR}"
"PATH": "${PYTHON_PATH}/bin:${PATH}:${PIPX_BIN_DIR}"
},

@@ -806,3 +791,3 @@ "settings": {

"type": "string",
"proposals": ["latest", "1.18", "1.17"],
"proposals": ["latest", "1.19", "1.18"],
"default": "latest",

@@ -819,4 +804,4 @@ "description": "Select or enter a Go version to install"

},
"capAdd": [ "SYS_PTRACE" ],
"securityOpt": [ "seccomp=unconfined" ],
"capAdd": ["SYS_PTRACE"],
"securityOpt": ["seccomp=unconfined"],
"include": [

@@ -1005,5 +990,3 @@ "cpp",

"buildArg": "_VSC_INSTALL_RUBY",
"extensions": [
"rebornix.Ruby"
],
"extensions": ["rebornix.Ruby"],
"containerEnv": {

@@ -1074,3 +1057,3 @@ "GEM_PATH": "/usr/local/rvm/gems/default:/usr/local/rvm/gems/default@global",

},
"capAdd": [ "SYS_PTRACE" ],
"capAdd": ["SYS_PTRACE"],
"securityOpt": ["seccomp=unconfined"],

@@ -1171,3 +1154,3 @@ "settings": {

"upgradePackages": {
"type":"boolean",
"type": "boolean",
"default": true,

@@ -1177,3 +1160,3 @@ "description": "Upgrade OS packages?"

"username": {
"type":"string",
"type": "string",
"proposals": ["vscode", "codespace", "none", "automatic"],

@@ -1184,3 +1167,3 @@ "default": "automatic",

"uid": {
"type":"string",
"type": "string",
"proposals": ["1000", "automatic"],

@@ -1197,3 +1180,3 @@ "default": "automatic",

"nonFreePackages": {
"type":"boolean",
"type": "boolean",
"default": true,

@@ -1204,6 +1187,3 @@ "description": "Add packages from non-free Debian repository?"

"buildArg": "_VSC_INSTALL_COMMON",
"include": [
"puppet",
"chef"
]
"include": ["puppet", "chef"]
},

@@ -1217,3 +1197,3 @@ {

"type": "string",
"proposals": ["latest","6.0","5.0","3.1"],
"proposals": ["latest", "6.0", "5.0", "3.1"],
"default": "latest",

@@ -1223,3 +1203,3 @@ "description": "Select or enter a dotnet CLI version. (Available versions may vary by Linux distribution.)"

"runtimeOnly": {
"type":"boolean",
"type": "boolean",
"default": false,

@@ -1234,5 +1214,3 @@ "description": "Install just the dotnet runtime if true, and sdk if false."

},
"extensions": [
"ms-dotnettools.csharp"
],
"extensions": ["ms-dotnettools.csharp"],
"include": [

@@ -1239,0 +1217,0 @@ "cpp",

@@ -7,3 +7,3 @@ # Alpine

| Metadata | Value |
| Metadata | Value |
|----------|-------|

@@ -14,3 +14,3 @@ | *Contributors* | The VS Code Team |

| *Published images* | mcr.microsoft.com/vscode/devcontainers/base:alpine |
| *Available image variants* | 3.15, 3.14, 3.13 ([full list](https://mcr.microsoft.com/v2/vscode/devcontainers/base/tags/list)) |
| *Available image variants* | 3.16, 3.15, 3.14, 3.13 ([full list](https://mcr.microsoft.com/v2/vscode/devcontainers/base/tags/list)) |
| *Published image architecture(s)* | x86-64, aarch64/arm64 |

@@ -29,3 +29,3 @@ | *Works in Codespaces* | Yes |

```json
"args": { "VARIANT": "3.15" }
"args": { "VARIANT": "3.16" }
```

@@ -39,2 +39,3 @@

- `mcr.microsoft.com/vscode/devcontainers/base:alpine-3.15`
- `mcr.microsoft.com/vscode/devcontainers/base:alpine-3.16`

@@ -41,0 +42,0 @@ You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image. For example:

@@ -7,3 +7,3 @@ # Kubernetes - Local Configuration

| Metadata | Value |
| Metadata | Value |
|----------|-------|

@@ -84,5 +84,5 @@ | *Contributors* | The VS Code team and Phetsinorath William |

## A note on Minkube or otherwise using a local cluster
## A note on Minikube or otherwise using a local cluster
While this definition works with Minkube in most cases, if you hit trouble, make sure that your `~/.kube/config` file and Minikube certs reference your host's IP rather than `127.0.0.1` or `localhost` (since `localhost` resolve to the container itself rather than your local machine where Minikube is running).
While this definition works with Minikube in most cases, if you hit trouble, make sure that your `~/.kube/config` file and Minikube certs reference your host's IP rather than `127.0.0.1` or `localhost` (since `localhost` resolve to the container itself rather than your local machine where Minikube is running).

@@ -172,2 +172,2 @@ This should happen by default on Linux. On macOS and Windows, we recommend using the Kuberntes install that comes with Docker Desktop instead of Minikube to avoid these kinds of issues.

Licensed under the MIT License. See [LICENSE](https://github.com/microsoft/vscode-dev-containers/blob/main/LICENSE).
Licensed under the MIT License. See [LICENSE](https://github.com/microsoft/vscode-dev-containers/blob/main/LICENSE).

@@ -12,3 +12,3 @@ # R (Community)

| *Definition type* | Dockerfile |
| *Works in Codespaces* | No |
| *Works in Codespaces* | Yes |
| *Container host OS support* | Linux, macOS, Windows |

@@ -15,0 +15,0 @@ | *Container OS* | 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.241.1/containers/alpine
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.0/containers/alpine
{

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

"dockerfile": "Dockerfile",
// Update 'VARIANT' to pick an Alpine version: 3.13, 3.14, 3.15
"args": { "VARIANT": "3.15" }
// Update 'VARIANT' to pick an Alpine version: 3.13, 3.14, 3.15, 3.16
"args": { "VARIANT": "3.16" }
},

@@ -11,0 +11,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.241.1/containers/azure-ansible
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/azure-bicep
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/azure-cli
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/azure-functions-dotnet-6-inprocess
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.0/containers/azure-functions-dotnet-6-inprocess
{

@@ -4,0 +4,0 @@ "name": "Azure Functions & C# - .NET 6 (In-Process)",

// 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.241.1/containers/azure-functions-dotnet-6-isolated
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.0/containers/azure-functions-dotnet-6-isolated
{

@@ -4,0 +4,0 @@ "name": "Azure Functions & C# - .NET 6 (Isolated)",

// 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.241.1/containers/azure-functions-dotnetcore-3.1
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/azure-functions-java-11
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/azure-functions-java-8
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/azure-functions-node
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/azure-functions-pwsh
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/azure-functions-python-3
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/azure-machine-learning-python-3
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/azure-static-web-apps
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/azure-terraform
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/bash
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/bazel
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/chef-workstation
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/clojure
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.0/containers/clojure
{

@@ -4,0 +4,0 @@ "name": "Clojure (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.241.1/containers/codespaces-linux
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/cpp-mariadb
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.0/containers/cpp-mariadb
{

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

// 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.241.1/containers/cpp
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/dapr-dotnet
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/dapr-javascript-node
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/dart
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/debian
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/deno
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/docker-existing-docker-compose
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/docker-existing-dockerfile
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/docker-from-docker-compose
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/docker-from-docker
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/docker-in-docker
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/dotnet-fsharp
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/dotnet-mssql
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/dotnet-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.0/containers/dotnet-postgres
{

@@ -4,0 +4,0 @@ "name": "C# (.NET) and PostgreSQL (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.241.1/containers/dotnet
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/elixir-phoenix-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/elixir
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/elm
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/go-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.0/containers/go-postgres
{

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

// 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.241.1/containers/go
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.0/containers/go
{

@@ -8,3 +8,3 @@ "name": "Go",

"args": {
// Update the VARIANT arg to pick a version of Go: 1, 1.18, 1.17
// Update the VARIANT arg to pick a version of Go: 1, 1.19, 1.18
// Append -bullseye or -buster to pin to an OS version.

@@ -11,0 +11,0 @@ // Use -bullseye variants on local arm64/Apple Silicon.

// 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.241.1/containers/haskell
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/hugo
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/java-8
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/java-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.0/containers/java-postgres
{

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

// 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.241.1/containers/java
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/javascript-node-azurite
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/javascript-node-mongo
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/javascript-node-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/javascript-node
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/jekyll
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/julia
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/jupyter-datascience-notebooks
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/kubernetes-helm-minikube
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/kubernetes-helm
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/markdown
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/mit-scheme
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/perl
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/php-mariadb
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/php
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/powershell
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/puppet
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/python-3-anaconda-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.0/containers/python-3-anaconda-postgres
{

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

// 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.241.1/containers/python-3-anaconda
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/python-3-device-simulator-express
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/python-3-miniconda-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.0/containers/python-3-miniconda-postgres
{

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

// 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.241.1/containers/python-3-miniconda
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/python-3-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/python-3-pypy
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/python-3
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/r
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.0/containers/r
{

@@ -8,3 +8,3 @@ "name": "R (Community)",

"args": {
// Update VARIANT to pick a R version: 4, 4.1, 4.0
// Update VARIANT to pick a R version: 4, 4.2, 4.1, 4.0
"VARIANT": "4",

@@ -11,0 +11,0 @@ // Start with a minimal image (rocker/r-ver) or a expanded image.

// 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.241.1/containers/reasonml
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/ruby-rails-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/ruby-rails
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/ruby-sinatra
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/ruby
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/rust-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.0/containers/rust-postgres
{

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

// 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.241.1/containers/rust
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/sfdx-project
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/swift
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/typescript-node
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/ubuntu
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.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.241.1/containers/vue
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.0/containers/vue
{

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

@@ -8,3 +8,3 @@ {

"tag": ""
},
},
"definitions": [

@@ -1059,3 +1059,3 @@ {

"type": "string",
"proposals": ["latest", "20.10" ],
"proposals": ["latest", "20.10"],
"default": "latest",

@@ -1076,11 +1076,9 @@ "description": "Select or enter a Docker/Moby Engine version. (Availability can vary by OS version.)"

},
"extensions": [
"ms-azuretools.vscode-docker"
],
"extensions": ["ms-azuretools.vscode-docker"],
// Problem #2 - The volume name here should be something unique per dev container. Need ability to either get a var that points to one or ask for a volume name
"mounts": [
{
"source":"dind-var-lib-docker",
"target":"/var/lib/docker",
"type":"volume"
"source": "dind-var-lib-docker",
"target": "/var/lib/docker",
"type": "volume"
}

@@ -1131,10 +1129,8 @@ ],

},
"extensions": [
"ms-azuretools.vscode-docker"
],
"extensions": ["ms-azuretools.vscode-docker"],
"mounts": [
{
"source":"/var/run/docker.sock",
"target":"/var/run/docker-host.sock",
"type":"bind"
"source": "/var/run/docker.sock",
"target": "/var/run/docker-host.sock",
"type": "bind"
}

@@ -1168,3 +1164,3 @@ ],

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

@@ -1192,11 +1188,9 @@ "options": {

"buildArg": "_VSC_INSTALL_KUBECTL_HELM_MINIKUBE",
"extensions": [
"ms-kubernetes-tools.vscode-kubernetes-tools"
],
"extensions": ["ms-kubernetes-tools.vscode-kubernetes-tools"],
// Problem #2 - The volume name here should be something unique per dev container. Need ability to either get a var that points to one or ask for a volume name
"mounts": [
{
"source":"minikube-config",
"target":"/home/vscode/.minikube",
"type":"volume"
"source": "minikube-config",
"target": "/home/vscode/.minikube",
"type": "volume"
}

@@ -1257,3 +1251,3 @@ ],

],
"settings": {
"settings": {
"terraform.languageServer": {

@@ -1433,5 +1427,3 @@ "enabled": true,

"buildArg": "_VSC_INSTALL_AZURE_CLI",
"extensions": [
"ms-vscode.azurecli"
],
"extensions": ["ms-vscode.azurecli"],
"include": [

@@ -1522,3 +1514,3 @@ "cpp",

"type": "string",
"proposals": ["vscode","codespaces","password"],
"proposals": ["vscode", "codespaces", "password"],
"default": "vscode",

@@ -1628,3 +1620,3 @@ "description": "Enter a password for desktop connections"

"type": "string",
"proposals": [ "lts", "latest", "16", "14", "12" ],
"proposals": ["lts", "latest", "16", "14", "12"],
"default": "lts",

@@ -1642,6 +1634,7 @@ "description": "Select or enter a Node.js version to install"

"containerEnv": {
"NVM_DIR":"/usr/local/share/nvm",
"NVM_DIR": "/usr/local/share/nvm",
"NVM_SYMLINK_CURRENT": "true",
"PATH": "${NVM_DIR}/current/bin:${PATH}"
}, "include": [
},
"include": [
"cpp",

@@ -1665,3 +1658,3 @@ "kubernetes-helm",

"type": "string",
"enum": [ "latest", "os-provided", "3.10", "3.9", "3.8", "3.7", "3.6" ],
"enum": ["latest", "os-provided", "3.10", "3.9", "3.8", "3.7", "3.6"],
"default": "os-provided",

@@ -1682,6 +1675,3 @@ "description": "Select a Python version to install."

"buildArg": "_VSC_INSTALL_PYTHON",
"extensions": [
"ms-python.python",
"ms-python.vscode-pylance"
],
"extensions": ["ms-python.python", "ms-python.vscode-pylance"],
"containerEnv": {

@@ -1691,5 +1681,5 @@ "PYTHON_PATH": "/usr/local/python",

"PIPX_BIN_DIR": "/usr/local/py-utils/bin",
"PATH":"${PYTHON_PATH}/bin:${PATH}:${PIPX_BIN_DIR}"
"PATH": "${PYTHON_PATH}/bin:${PATH}:${PIPX_BIN_DIR}"
},
"settings": {
"settings": {
"python.defaultInterpreterPath": "/usr/local/bin/python",

@@ -1752,4 +1742,4 @@ "python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8",

},
"capAdd": [ "SYS_PTRACE" ],
"securityOpt": [ "seccomp=unconfined" ],
"capAdd": ["SYS_PTRACE"],
"securityOpt": ["seccomp=unconfined"],
"include": [

@@ -1896,3 +1886,4 @@ "cpp",

"PATH": "${SDKMAN_DIR}/bin:${SDKMAN_DIR}/candidates/gradle/current/bin:${PATH}"
}, "include": [
},
"include": [
"cpp",

@@ -1938,5 +1929,3 @@ "kubernetes-helm",

"buildArg": "_VSC_INSTALL_RUBY",
"extensions": [
"rebornix.Ruby"
],
"extensions": ["rebornix.Ruby"],
"containerEnv": {

@@ -2000,3 +1989,3 @@ "GEM_PATH": "/usr/local/rvm/gems/default:/usr/local/rvm/gems/default@global",

"tamasfe.even-better-toml",
"serayuzgur.crates"
"serayuzgur.crates"
],

@@ -2008,3 +1997,3 @@ "containerEnv": {

},
"capAdd": [ "SYS_PTRACE" ],
"capAdd": ["SYS_PTRACE"],
"securityOpt": ["seccomp=unconfined"],

@@ -2105,3 +2094,3 @@ "settings": {

"upgradePackages": {
"type":"boolean",
"type": "boolean",
"default": true,

@@ -2111,3 +2100,3 @@ "description": "Upgrade OS packages?"

"username": {
"type":"string",
"type": "string",
"proposals": ["vscode", "codespace", "none", "automatic"],

@@ -2118,3 +2107,3 @@ "default": "automatic",

"uid": {
"type":"string",
"type": "string",
"proposals": ["1000", "automatic"],

@@ -2131,3 +2120,3 @@ "default": "automatic",

"nonFreePackages": {
"type":"boolean",
"type": "boolean",
"default": true,

@@ -2138,6 +2127,3 @@ "description": "Add packages from non-free Debian repository?"

"buildArg": "_VSC_INSTALL_COMMON",
"include": [
"puppet",
"chef"
]
"include": ["puppet", "chef"]
},

@@ -2151,3 +2137,3 @@ {

"type": "string",
"proposals": ["latest","6.0","5.0","3.1"],
"proposals": ["latest", "6.0", "5.0", "3.1"],
"default": "latest",

@@ -2157,3 +2143,3 @@ "description": "Select or enter a dotnet CLI version. (Available versions may vary by Linux distribution.)"

"runtimeOnly": {
"type":"boolean",
"type": "boolean",
"default": false,

@@ -2168,5 +2154,3 @@ "description": "Install just the dotnet runtime if true, and sdk if false."

},
"extensions": [
"ms-dotnettools.csharp"
],
"extensions": ["ms-dotnettools.csharp"],
"include": [

@@ -2173,0 +2157,0 @@ "cpp",

{
"variants": ["3.15", "3.14", "3.13"],
"definitionVersion": "0.204.4",
"variants": ["3.16", "3.15", "3.14", "3.13"],
"definitionVersion": "0.204.5",
"build": {

@@ -13,3 +13,3 @@ "latest": false,

"variantTags": {
"3.15": [
"3.16": [
"base:${VERSION}-alpine"

@@ -26,2 +26,2 @@ ]

}
}
}
{
"definitionVersion": "2.0.3",
"definitionVersion": "2.0.4",
"build": {

@@ -4,0 +4,0 @@ "latest": true,

{
"variants": ["1.18-bullseye", "1.18-buster", "1.17-bullseye", "1.17-buster"],
"definitionVersion": "0.206.2",
"variants": ["1.19-bullseye", "1.19-buster", "1.18-bullseye", "1.18-buster"],
"definitionVersion": "0.207.0",
"build": {
"latest": "1.18-bullseye",
"latest": "1.19-bullseye",
"rootDistro": "debian",

@@ -11,10 +11,10 @@ "tags": [

"architectures": {
"1.19-bullseye": ["linux/amd64", "linux/arm64"],
"1.18-bullseye": ["linux/amd64", "linux/arm64"],
"1.17-bullseye": ["linux/amd64", "linux/arm64"],
"1.18-buster": ["linux/amd64"],
"1.17-buster": ["linux/amd64"]
"1.19-buster": ["linux/amd64"],
"1.18-buster": ["linux/amd64"]
},
"variantTags": {
"1.18-bullseye": [
"go:${VERSION}-1.18",
"1.19-bullseye": [
"go:${VERSION}-1.19",
"go:${VERSION}-1",

@@ -24,7 +24,7 @@ "go:${VERSION}-1-bullseye",

],
"1.18-buster": [
"1.19-buster": [
"go:${VERSION}-1-buster",
"go:${VERSION}-buster"
],
"1.17-bullseye": ["go:${VERSION}-1.17"]
"1.18-bullseye": ["go:${VERSION}-1.18"]
}

@@ -31,0 +31,0 @@ },

{
"name": "vscode-dev-containers",
"version": "0.241.1",
"version": "0.244.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.241.1/repository-containers/images/github.com/microsoft/vscode
// https://github.com/microsoft/vscode-dev-containers/tree/v0.244.0/repository-containers/images/github.com/microsoft/vscode
{

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

{
"name": "@vscode/dev-container-cli",
"version": "0.242.0",
"version": "0.244.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 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