@vscode/dev-container-cli
Advanced tools
Comparing version 0.204.0 to 0.205.0
@@ -198,3 +198,2 @@ { | ||
}, | ||
"init": true, | ||
"buildArg": "_VSC_INSTALL_TERRAFORM", | ||
@@ -254,3 +253,2 @@ "extensions": [ | ||
}, | ||
"init": true, | ||
"buildArg": "_VSC_INSTALL_GIT", | ||
@@ -296,3 +294,2 @@ "include": [ | ||
}, | ||
"init": true, | ||
"buildArg": "_VSC_INSTALL_GIT_LFS", | ||
@@ -338,3 +335,2 @@ "include": [ | ||
}, | ||
"init": true, | ||
"buildArg": "_VSC_INSTALL_GITHUB_CLI", | ||
@@ -381,3 +377,2 @@ "include": [ | ||
}, | ||
"init": true, | ||
"buildArg": "_VSC_INSTALL_AZURE_CLI", | ||
@@ -427,3 +422,2 @@ "extensions": [ | ||
}, | ||
"init": true, | ||
"buildArg": "_VSC_INSTALL_SSH", | ||
@@ -535,3 +529,2 @@ "entrypoint": "/usr/local/share/ssh-init.sh", | ||
}, | ||
"init": true, | ||
"buildArg": "_VSC_INSTALL_HOMEBREW", | ||
@@ -587,3 +580,2 @@ "containerEnv": { | ||
}, | ||
"init": true, | ||
"buildArg": "_VSC_INSTALL_NODE", | ||
@@ -628,3 +620,2 @@ "extensions": ["dbaeumer.vscode-eslint"], | ||
}, | ||
"init": true, | ||
"buildArg": "_VSC_INSTALL_PYTHON", | ||
@@ -643,5 +634,2 @@ "extensions": [ | ||
"python.defaultInterpreterPath": "/usr/local/bin/python", | ||
"python.languageServer": "Pylance", | ||
"python.linting.enabled": true, | ||
"python.linting.pylintEnabled": true, | ||
"python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8", | ||
@@ -704,8 +692,2 @@ "python.formatting.blackPath": "/usr/local/py-utils/bin/black", | ||
"securityOpt": [ "seccomp=unconfined" ], | ||
"settings": { | ||
"go.toolsManagement.checkForUpdates": "local", | ||
"go.useLanguageServer": true, | ||
"go.gopath": "/go", | ||
"go.goroot": "/usr/local/go" | ||
}, | ||
"include": [ | ||
@@ -751,3 +733,2 @@ "cpp", | ||
}, | ||
"init": true, | ||
"buildArg": "_VSC_INSTALL_JAVA", | ||
@@ -803,3 +784,2 @@ "extensions": ["vscjava.vscode-java-pack"], | ||
}, | ||
"init": true, | ||
"buildArg": "_VSC_INSTALL_MAVEN", | ||
@@ -849,3 +829,2 @@ "extensions": ["vscjava.vscode-java-pack"], | ||
}, | ||
"init": true, | ||
"buildArg": "_VSC_INSTALL_GRADLE", | ||
@@ -895,3 +874,2 @@ "extensions": ["vscjava.vscode-java-pack"], | ||
}, | ||
"init": true, | ||
"buildArg": "_VSC_INSTALL_RUBY", | ||
@@ -952,3 +930,2 @@ "extensions": [ | ||
}, | ||
"init": true, | ||
"buildArg": "_VSC_INSTALL_RUST", | ||
@@ -1016,3 +993,2 @@ "extensions": [ | ||
}, | ||
"init": true, | ||
"buildArg": "_VSC_INSTALL_POWERSHELL", | ||
@@ -1019,0 +995,0 @@ "include": [ |
@@ -54,3 +54,3 @@ # Docker from Docker Compose | ||
&& curl -fsSL https://download.docker.com/linux/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/gpg | apt-key add - 2>/dev/null \ | ||
&& echo "deb [arch=amd64] https://download.docker.com/linux/$(lsb_release -is | tr '[:upper:]' '[:lower:]') $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list \ | ||
&& echo "deb [arch=$(dpkg --print-architecture)] https://download.docker.com/linux/$(lsb_release -is | tr '[:upper:]' '[:lower:]') $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list \ | ||
&& apt-get update \ | ||
@@ -57,0 +57,0 @@ && apt-get install -y docker-ce-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.204.0/containers/alpine | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/alpine | ||
{ | ||
@@ -26,3 +26,2 @@ "name": "Alpine", | ||
// "runArgs": [ "--init", "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ], | ||
"runArgs": ["--init"], | ||
@@ -29,0 +28,0 @@ // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. |
// 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.204.0/containers/azure-ansible | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/azure-ansible | ||
{ | ||
"name": "Azure Ansible (Community)", | ||
"runArgs": ["--init"], | ||
"build": { | ||
@@ -14,2 +13,3 @@ "dockerfile": "Dockerfile", | ||
}, | ||
"runArgs": ["--init"], | ||
"mounts": [ | ||
@@ -16,0 +16,0 @@ // [Optional] Anisble Collections: Uncomment if you want to mount your local .ansible/collections folder. |
// 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.204.0/containers/azure-bicep | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/azure-bicep | ||
{ | ||
"name": "Azure Bicep (Community)", | ||
"runArgs": ["--init"], | ||
"dockerFile": "Dockerfile", | ||
@@ -7,0 +6,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.204.0/containers/azure-cli | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/azure-cli | ||
{ | ||
"name": "Azure CLI", | ||
"runArgs": ["--init"], | ||
"dockerFile": "Dockerfile", | ||
@@ -7,0 +6,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.204.0/containers/azure-functions-dotnetcore-2.1 | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/azure-functions-dotnetcore-2.1 | ||
{ | ||
"name": "Azure Functions & C# - .NET Core 2.1", | ||
"runArgs": ["--init"], | ||
"dockerFile": "Dockerfile", | ||
@@ -7,0 +6,0 @@ "forwardPorts": [ 7071 ], |
// 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.204.0/containers/azure-functions-dotnetcore-3.1 | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/azure-functions-dotnetcore-3.1 | ||
{ | ||
"name": "Azure Functions & C# - .NET Core 3.1", | ||
"runArgs": ["--init"], | ||
"dockerFile": "Dockerfile", | ||
@@ -7,0 +6,0 @@ "forwardPorts": [ 7071 ], |
// 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.204.0/containers/azure-functions-java-11 | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/azure-functions-java-11 | ||
{ | ||
"name": "Azure Functions & Java 11", | ||
"runArgs": ["--init"], | ||
"dockerFile": "Dockerfile", | ||
@@ -7,0 +6,0 @@ "forwardPorts": [ 7071 ], |
// 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.204.0/containers/azure-functions-java-8 | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/azure-functions-java-8 | ||
{ | ||
"name": "Azure Functions & Java 8", | ||
"runArgs": ["--init"], | ||
"dockerFile": "Dockerfile", | ||
@@ -7,0 +6,0 @@ "forwardPorts": [ 7071 ], |
// 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.204.0/containers/azure-functions-node | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/azure-functions-node | ||
{ | ||
"name": "Azure Functions & Node.js", | ||
"runArgs": ["--init"], | ||
"build": { | ||
@@ -7,0 +6,0 @@ "dockerfile": "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.204.0/containers/azure-functions-pwsh | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/azure-functions-pwsh | ||
{ | ||
"name": "Azure Functions & PowerShell", | ||
"runArgs": ["--init"], | ||
"build": { | ||
@@ -7,0 +6,0 @@ "dockerfile": "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.204.0/containers/azure-functions-python-3 | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/azure-functions-python-3 | ||
{ | ||
"name": "Azure Functions & Python 3", | ||
"runArgs": ["--init"], | ||
"dockerFile": "Dockerfile", | ||
@@ -7,0 +6,0 @@ "forwardPorts": [ 7071 ], |
// 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.204.0/containers/azure-machine-learning-python-3 | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/azure-machine-learning-python-3 | ||
{ | ||
"name": "Azure Machine Learning", | ||
"runArgs": ["--init"], | ||
"dockerFile": "Dockerfile", | ||
@@ -7,0 +6,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.204.0/containers/azure-static-web-apps | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/azure-static-web-apps | ||
{ | ||
"name": "Azure Static Web Apps", | ||
"runArgs": ["--init"], | ||
"build": { | ||
@@ -7,0 +6,0 @@ "dockerfile": "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.204.0/containers/azure-terraform | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/bash | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/bash | ||
{ | ||
"name": "Bash (Community)", | ||
"runArgs": ["--init"], | ||
"build": { | ||
@@ -7,0 +6,0 @@ "dockerfile": "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.204.0/containers/bazel | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/bazel | ||
{ | ||
"name": "Bazel (Community)", | ||
"runArgs": ["--init"], | ||
"build": { | ||
@@ -7,0 +6,0 @@ "dockerfile": "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.204.0/containers/chef-workstation | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/chef-workstation | ||
{ | ||
"name": "Chef Workstation (Community)", | ||
"runArgs": ["--init"], | ||
"image": "chef/chefworkstation:stable", | ||
@@ -7,0 +6,0 @@ "settings": {}, |
// 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.204.0/containers/codespaces-linux | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/cpp | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/cpp | ||
{ | ||
@@ -11,3 +11,3 @@ "name": "C++", | ||
}, | ||
"runArgs": [ "--init", "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"], | ||
"runArgs": ["--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"], | ||
@@ -14,0 +14,0 @@ // Set *default* container specific settings.json values on container create. |
// 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.204.0/containers/dapr-dotnet | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/dapr-javascript-node | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/dart | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/dart | ||
{ | ||
"name": "Dart (Community)", | ||
"runArgs": ["--init"], | ||
"build": { | ||
@@ -7,0 +6,0 @@ "dockerfile": "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.204.0/containers/debian | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/debian | ||
{ | ||
"name": "Debian", | ||
"runArgs": ["--init"], | ||
"build": { | ||
@@ -7,0 +6,0 @@ "dockerfile": "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.204.0/containers/deno | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/deno | ||
{ | ||
"name": "Deno", | ||
"runArgs": ["--init"], | ||
"build": { | ||
"build": { | ||
"dockerfile": "Dockerfile", | ||
@@ -8,0 +7,0 @@ // Update 'VARIANT' to pick an Debian OS version: bullseye, buster |
// 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.204.0/containers/docker-existing-docker-compose | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/docker-existing-dockerfile | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/docker-existing-dockerfile | ||
{ | ||
"name": "Existing Dockerfile", | ||
"runArgs": ["--init"], | ||
@@ -7,0 +6,0 @@ // Sets the run context to one level up instead of the .devcontainer folder. |
// 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.204.0/containers/docker-from-docker-compose | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/docker-from-docker | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/docker-in-docker | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/dotnet-fsharp | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/dotnet-fsharp | ||
{ | ||
"name": "F# (.NET)", | ||
"runArgs": ["--init"], | ||
"build": { | ||
@@ -7,0 +6,0 @@ "dockerfile": "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.204.0/containers/dotnet-mssql | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/dotnet | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/dotnet | ||
{ | ||
"name": "C# (.NET)", | ||
"runArgs": ["--init"], | ||
"build": { | ||
@@ -7,0 +6,0 @@ "dockerfile": "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.204.0/containers/elixir-phoenix-postgres | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/elm | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/elm | ||
{ | ||
"name": "Elm (Community)", | ||
"runArgs": ["--init"], | ||
"dockerFile": "Dockerfile", | ||
@@ -7,0 +6,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.204.0/containers/go | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/go | ||
{ | ||
@@ -16,3 +16,3 @@ "name": "Go", | ||
}, | ||
"runArgs": [ "--init", "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ], | ||
"runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ], | ||
@@ -19,0 +19,0 @@ // Set *default* container specific settings.json values on container create. |
// 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.204.0/containers/haskell | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/hugo | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/java-8 | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/java-8 | ||
{ | ||
"name": "Java 8", | ||
"runArgs": ["--init"], | ||
"build": { | ||
@@ -7,0 +6,0 @@ "dockerfile": "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.204.0/containers/java | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/javascript-node-azurite | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/javascript-node-mongo | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/javascript-node-postgres | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/javascript-node | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/javascript-node | ||
{ | ||
"name": "Node.js", | ||
"runArgs": ["--init"], | ||
"build": { | ||
@@ -7,0 +6,0 @@ "dockerfile": "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.204.0/containers/jekyll | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/julia | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/julia | ||
// See https://github.com/julia-vscode/julia-devcontainer/blob/master/Dockerfile for image contents | ||
{ | ||
"name": "Julia (Community)", | ||
"runArgs" ["--init"], | ||
"image": "ghcr.io/julia-vscode/julia-devcontainer", | ||
@@ -8,0 +7,0 @@ "extensions": ["julialang.language-julia"], |
// 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.204.0/containers/jupyter-datascience-notebooks | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/jupyter-datascience-notebooks | ||
{ | ||
"name": "Jupyter Data Science Notebooks (Community)", | ||
"runArgs": ["--init"], | ||
"build": { | ||
@@ -7,0 +6,0 @@ "dockerfile": "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.204.0/containers/kubernetes-helm-minikube | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/kubernetes-helm-minikube | ||
{ | ||
"name": "Kubernetes - Minikube-in-Docker", | ||
"dockerFile": "Dockerfile", | ||
"runArgs": ["--init", "--privileged"], | ||
"runArgs": ["--privileged"], | ||
"mounts": [ | ||
@@ -8,0 +8,0 @@ "source=minikube-var-lib-docker,target=/var/lib/docker,type=volume", |
// 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.204.0/containers/kubernetes-helm | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/markdown | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/markdown | ||
{ | ||
"name": "Markdown Editing", | ||
"runArgs": ["--init"], | ||
"dockerFile": "Dockerfile", | ||
@@ -7,0 +6,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.204.0/containers/mit-scheme | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/perl | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/php-mariadb | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/php | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/php | ||
{ | ||
"name": "PHP", | ||
"runArgs": ["--init"], | ||
"build": { | ||
@@ -7,0 +6,0 @@ "dockerfile": "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.204.0/containers/powershell | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/powershell | ||
{ | ||
"name": "PowerShell", | ||
"runArgs": ["--init"], | ||
"dockerFile": "Dockerfile", | ||
@@ -7,0 +6,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.204.0/containers/puppet | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/python-3-anaconda | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/python-3-anaconda | ||
{ | ||
@@ -16,3 +16,2 @@ "name": "Anaconda (Python 3)", | ||
"python.defaultInterpreterPath": "/opt/conda/bin/python", | ||
"python.languageServer": "Pylance", | ||
"python.linting.enabled": true, | ||
@@ -19,0 +18,0 @@ "python.linting.pylintEnabled": true, |
// 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.204.0/containers/python-3-device-simulator-express | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/python-3-device-simulator-express | ||
{ | ||
"name": "Python 3 & Device Simulator Express (Community)", | ||
"runArgs": ["--init"], | ||
"build": { | ||
@@ -19,3 +18,2 @@ "dockerfile": "Dockerfile", | ||
"python.defaultInterpreterPath": "/opt/vscode/extensions/ms-python.devicesimulatorexpress/venv/bin/python", | ||
"python.languageServer": "Pylance", | ||
"python.linting.enabled": true, | ||
@@ -22,0 +20,0 @@ "python.linting.pylintEnabled": true, |
// 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.204.0/containers/python-3-miniconda | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/python-3-miniconda | ||
{ | ||
@@ -16,3 +16,2 @@ "name": "Miniconda (Python 3)", | ||
"python.defaultInterpreterPath": "/opt/conda/bin/python", | ||
"python.languageServer": "Pylance", | ||
"python.linting.enabled": true, | ||
@@ -19,0 +18,0 @@ "python.linting.pylintEnabled": true, |
// 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.204.0/containers/python-3-postgres | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/python-3-postgres | ||
// Update the VARIANT arg in docker-compose.yml to pick a Python version | ||
@@ -23,3 +23,2 @@ { | ||
"python.defaultInterpreterPath": "/usr/local/bin/python", | ||
"python.languageServer": "Pylance", | ||
"python.linting.enabled": true, | ||
@@ -26,0 +25,0 @@ "python.linting.pylintEnabled": true, |
// 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.204.0/containers/python-3-pypy | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/python-3-pypy | ||
{ | ||
@@ -16,3 +16,2 @@ "name": "PyPy (Community)", | ||
"python.defaultInterpreterPath": "/usr/local/bin/python", | ||
"python.languageServer": "Pylance", | ||
"python.linting.enabled": true, | ||
@@ -19,0 +18,0 @@ "python.linting.pylintEnabled": true, |
// 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.204.0/containers/python-3 | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/python-3 | ||
{ | ||
"name": "Python 3", | ||
"runArgs": ["--init"], | ||
"build": { | ||
@@ -22,3 +21,2 @@ "dockerfile": "Dockerfile", | ||
"python.defaultInterpreterPath": "/usr/local/bin/python", | ||
"python.languageServer": "Pylance", | ||
"python.linting.enabled": true, | ||
@@ -25,0 +23,0 @@ "python.linting.pylintEnabled": true, |
// 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.204.0/containers/r | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/r | ||
{ | ||
@@ -39,11 +39,4 @@ "name": "R (Community)", | ||
// Uncomment to use Docker from inside the container. See https://aka.ms/vscode-remote/samples/docker-from-docker. | ||
// "mounts": [ "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind" ], | ||
// Replace runArgs below when using a ptrace-based debugger like C++, Go, and Rust | ||
// "runArgs": [ "--init", "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ], | ||
"runArgs": [ "--init" ], | ||
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. | ||
"remoteUser": "vscode" | ||
} |
// 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.204.0/containers/reasonml | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/ruby-rails-postgres | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/ruby-rails | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/ruby-rails | ||
{ | ||
"name": "Ruby on Rails (Community)", | ||
"runArgs": ["--init"], | ||
"build": { | ||
@@ -7,0 +6,0 @@ "dockerfile": "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.204.0/containers/ruby-sinatra | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/ruby | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/ruby | ||
{ | ||
"name": "Ruby", | ||
"runArgs": ["--init"], | ||
"build": { | ||
@@ -7,0 +6,0 @@ "dockerfile": "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.204.0/containers/rust | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/rust | ||
{ | ||
@@ -14,3 +14,2 @@ "name": "Rust", | ||
"runArgs": [ | ||
"--init", | ||
"--cap-add=SYS_PTRACE", | ||
@@ -17,0 +16,0 @@ "--security-opt", |
// 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.204.0/containers/sfdx-project | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.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.204.0/containers/swift | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/swift | ||
{ | ||
@@ -15,3 +15,2 @@ "name": "Swift (Community)", | ||
"runArgs": [ | ||
"--init", | ||
"--cap-add=SYS_PTRACE", | ||
@@ -18,0 +17,0 @@ "--security-opt", |
// 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.204.0/containers/typescript-node | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/typescript-node | ||
{ | ||
"name": "Node.js & TypeScript", | ||
"runArgs": ["--init"], | ||
"build": { | ||
@@ -7,0 +6,0 @@ "dockerfile": "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.204.0/containers/ubuntu | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/ubuntu | ||
{ | ||
"name": "Ubuntu", | ||
"runArgs": ["--init"], | ||
"build": { | ||
@@ -7,0 +6,0 @@ "dockerfile": "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.204.0/containers/vue | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/containers/vue | ||
{ | ||
"name": "Vue (Community)", | ||
"runArgs": ["--init"], | ||
"build": { | ||
@@ -7,0 +6,0 @@ "dockerfile": "Dockerfile", |
{ | ||
"variants": ["3.14", "3.13", "3.12", "3.11"], | ||
"definitionVersion": "0.203.0", | ||
"definitionVersion": "0.203.1", | ||
"build": { | ||
@@ -5,0 +5,0 @@ "latest": false, |
{ | ||
"definitionVersion": "1.6.7", | ||
"definitionVersion": "1.6.8", | ||
"build": { | ||
@@ -4,0 +4,0 @@ "latest": true, |
{ | ||
"variants": ["bullseye", "buster", "hirsute", "focal", "bionic", "stretch"], | ||
"definitionVersion": "0.203.1", | ||
"definitionVersion": "0.203.2", | ||
"build": { | ||
@@ -5,0 +5,0 @@ "latest": "bullseye", |
{ | ||
"variants": ["buster", "bullseye", "stretch"], | ||
"definitionVersion": "0.202.2", | ||
"definitionVersion": "0.202.3", | ||
"build": { | ||
@@ -5,0 +5,0 @@ "latest": "bullseye", |
{ | ||
"variants": ["6.0-bullseye-slim", "6.0-focal", "5.0-bullseye-slim", "5.0-focal", "3.1-bullseye", "3.1-focal"], | ||
"definitionVersion": "0.201.11", | ||
"definitionVersion": "0.201.12", | ||
"build": { | ||
@@ -5,0 +5,0 @@ "latest": "5.0-focal", |
{ | ||
"variants": ["1.17-bullseye", "1.16-bullseye", "1.17-buster", "1.16-buster"], | ||
"definitionVersion": "0.205.0", | ||
"definitionVersion": "0.205.1", | ||
"build": { | ||
@@ -5,0 +5,0 @@ "latest": "1.17-bullseye", |
{ | ||
"variants": ["16-bullseye", "14-bullseye", "12-bullseye", "16-buster", "14-buster", "12-buster"], | ||
"definitionVersion": "0.203.0", | ||
"definitionVersion": "0.203.1", | ||
"build": { | ||
@@ -5,0 +5,0 @@ "latest": "16-buster", |
{ | ||
"variants": ["2.7-bullseye", "2.7-buster"], | ||
"definitionVersion": "0.1.2", | ||
"definitionVersion": "0.1.3", | ||
"build": { | ||
@@ -5,0 +5,0 @@ "latest": "2.7-bullseye", |
{ | ||
"variants": ["8.0-apache-bullseye", "7.4-apache-bullseye", "7.3-apache-bullseye", "8.0-apache-buster", "7.4-apache-buster", "7.3-apache-buster"], | ||
"definitionVersion": "0.202.0", | ||
"definitionVersion": "0.202.1", | ||
"build": { | ||
@@ -5,0 +5,0 @@ "latest": "8.0-apache-bullseye", |
{ | ||
"variants": ["3.0-bullseye", "2.7-bullseye", "2.6-bullseye","3.0-buster", "2.7-buster", "2.6-buster"], | ||
"definitionVersion": "0.202.0", | ||
"definitionVersion": "0.202.1", | ||
"build": { | ||
@@ -5,0 +5,0 @@ "latest": "3.0-bullseye", |
{ | ||
"variants": ["buster", "bullseye"], | ||
"definitionVersion": "0.201.0", | ||
"definitionVersion": "0.201.1", | ||
"build": { | ||
@@ -5,0 +5,0 @@ "latest": "buster", |
{ | ||
"variants": ["16-bullseye", "14-bullseye", "12-bullseye", "16-buster", "14-buster", "12-buster"], | ||
"definitionVersion": "0.203.0", | ||
"definitionVersion": "0.203.1", | ||
"build": { | ||
@@ -5,0 +5,0 @@ "latest": "16-buster", |
{ | ||
"variants": ["hirsute", "focal", "bionic"], | ||
"definitionVersion": "0.202.1", | ||
"definitionVersion": "0.202.2", | ||
"build": { | ||
@@ -5,0 +5,0 @@ "latest": false, |
{ | ||
"name": "vscode-dev-containers", | ||
"version": "0.204.0", | ||
"version": "0.205.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.204.0/repository-containers/images/github.com/microsoft/vscode | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.0/repository-containers/images/github.com/microsoft/vscode | ||
{ | ||
@@ -4,0 +4,0 @@ "name": "Code - OSS", |
{ | ||
"name": "@vscode/dev-container-cli", | ||
"version": "0.204.0", | ||
"version": "0.205.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 not supported yet
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 not supported yet
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 not supported yet
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 not supported yet
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 not supported yet
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 not supported yet
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 not supported yet
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 not supported yet
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 not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3357984
48777