@vscode/dev-container-cli
Advanced tools
Comparing version 0.224.2 to 0.224.3
@@ -204,3 +204,3 @@ { | ||
], | ||
"settings": { | ||
"settings": { | ||
"terraform.languageServer": { | ||
@@ -368,2 +368,49 @@ "enabled": true, | ||
{ | ||
"id": "aws-cli", | ||
"name": "AWS CLI", | ||
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/awscli.md", | ||
"options": { | ||
"version": { | ||
"type": "string", | ||
"proposals": [ | ||
"latest" | ||
], | ||
"default": "latest", | ||
"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" | ||
], | ||
"include": [ | ||
"cpp", | ||
"dotnet", | ||
"dotnet-fsharp", | ||
"dotnet-mssql", | ||
"kubernetes-helm", | ||
"kubernetes-helm-minikube", | ||
"docker-from-docker", | ||
"docker-in-docker", | ||
"powershell", | ||
"java", | ||
"go", | ||
"php", | ||
"ruby", | ||
"rust", | ||
"typescript-node", | ||
"javascript-node", | ||
"python-3", | ||
"python-3-anaconda", | ||
"python-3-miniconda", | ||
"ubuntu", | ||
"debian", | ||
"javascript-node-mongo", | ||
"javascript-node-postgres", | ||
"php-mariadb", | ||
"ruby-rails-postgres", | ||
"python-3-postgres" | ||
] | ||
}, | ||
{ | ||
"id": "azure-cli", | ||
@@ -590,3 +637,4 @@ "name": "Azure CLI", | ||
"PATH": "${NVM_DIR}/current/bin:${PATH}" | ||
}, "include": [ | ||
}, | ||
"include": [ | ||
"cpp", | ||
@@ -636,3 +684,3 @@ "kubernetes-helm", | ||
}, | ||
"settings": { | ||
"settings": { | ||
"python.defaultInterpreterPath": "/usr/local/bin/python", | ||
@@ -692,3 +740,2 @@ "python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8", | ||
"GOPATH": "/go", | ||
"GOROOT": "/usr/local/go", | ||
"PATH": "${GOPATH}/bin:${GOROOT}/bin:${PATH}" | ||
@@ -840,3 +887,4 @@ }, | ||
"PATH": "${SDKMAN_DIR}/bin:${SDKMAN_DIR}/candidates/gradle/current/bin:${PATH}" | ||
}, "include": [ | ||
}, | ||
"include": [ | ||
"cpp", | ||
@@ -943,3 +991,3 @@ "kubernetes-helm", | ||
"tamasfe.even-better-toml", | ||
"serayuzgur.crates" | ||
"serayuzgur.crates" | ||
], | ||
@@ -1131,4 +1179,31 @@ "containerEnv": { | ||
] | ||
}, | ||
{ | ||
"id": "jupyterlab", | ||
"name": "Jupyter Lab", | ||
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/jupyterlab.md", | ||
"options": { | ||
"version": { | ||
"type": "string", | ||
"proposals": ["latest", "3.6.2"], | ||
"default": "latest", | ||
"description": "Select or enter a jupyterlab version." | ||
} | ||
}, | ||
"buildArg": "_VSC_INSTALL_JUPYTERLAB", | ||
"extensions": [ | ||
"ms-python.python", | ||
"ms-python.vscode-pylance", | ||
"ms-toolsai.jupyter" | ||
], | ||
"include": [ | ||
"codespaces-linux", | ||
"python-3", | ||
"python-3-anaconda", | ||
"python-3-miniconda", | ||
"ubuntu", | ||
"debian" | ||
] | ||
} | ||
] | ||
} | ||
} |
# Azure Terraform (Community) | ||
_build, change, and version Azure infrastructure with terraform_ | ||
## Summary | ||
@@ -4,0 +6,0 @@ |
@@ -10,3 +10,4 @@ # Chef Workstation Docker Container | ||
| _Contributors_ | [Eammon Hanlon](https://gitlab.com/ehanlon) | | ||
| _Definition type_ | Image | | ||
| _Definition type_ | Image | ||
| _Category_ | Community | | | ||
| _Works in Codespaces_ | Yes | | ||
@@ -13,0 +14,0 @@ | _Container host OS support_ | Linux, macOS, Windows | |
@@ -13,3 +13,3 @@ # C++ & MariaDB | ||
| *Available image variants* | [See cpp definition](../cpp). | | ||
| *Supported architecture(s)* | x86-64 for `bullseye`, `stretch`, `bionic`, and `hirsute` variants | | ||
| *Supported architecture(s)* | x86-64, aarch64/arm64 for `bullseye`, `stretch`, `bionic`, and `hirsute` variants | | ||
| *Works in Codespaces* | Yes | | ||
@@ -16,0 +16,0 @@ | *Container host OS support* | Linux, macOS, Windows | |
@@ -43,3 +43,3 @@ # Go | ||
args: | ||
# [Choice] Go version 1, 1.16, 1.17 | ||
# [Choice] Go version 1, 1.18, 1.17 | ||
# Append -bullseye or -buster to pin to an OS version. | ||
@@ -46,0 +46,0 @@ # Use -bullseye variants on local arm64/Apple Silicon. |
@@ -13,3 +13,3 @@ # Go | ||
| *Published images* | mcr.microsoft.com/vscode/devcontainers/go | | ||
| *Available image variants* | 1 / 1-bullseye, 1.16 / 1.16-bullseye, 1.17 / 1.17-bullseye, 1-buster, 1.17-buster, 1.16-buster ([full list](https://mcr.microsoft.com/v2/vscode/devcontainers/go/tags/list)) | | ||
| *Available image variants* | 1 / 1-bullseye, 1.18 / 1.18-bullseye, 1.17 / 1.17-bullseye, 1-buster, 1.18-buster, 1.17-buster ([full list](https://mcr.microsoft.com/v2/vscode/devcontainers/go/tags/list)) | | ||
| *Published image architecture(s)* | x86-64, arm64/aarch64 for `bullseye` variants | | ||
@@ -36,10 +36,10 @@ | *Works in Codespaces* | Yes | | ||
- `mcr.microsoft.com/vscode/devcontainers/go:1` (or `1-bullseye`, `1-buster` to pin to an OS version) | ||
- `mcr.microsoft.com/vscode/devcontainers/go:1.16` (or `1.16-bullseye`, `1.16-buster` to pin to an OS version) | ||
- `mcr.microsoft.com/vscode/devcontainers/go:1.17` (or `1.17-bullseye`, `1.17-buster` to pin to an OS version) | ||
- `mcr.microsoft.com/vscode/devcontainers/go:1.18` (or `1.18-bullseye`, `1.18-buster` to pin to an OS version) | ||
You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image. For example: | ||
- `mcr.microsoft.com/vscode/devcontainers/go:0-1.16` (or `0-1.16-bullseye`, `0-1.16-buster`) | ||
- `mcr.microsoft.com/vscode/devcontainers/go:0.205-1.16` (or `0.205-1.16-bullseye`, `0.205-1.16-buster`) | ||
- `mcr.microsoft.com/vscode/devcontainers/go:0.205.0-1.16` (or `0.205.0-1.16-bullseye`, `0.205.0-1.16-buster`) | ||
- `mcr.microsoft.com/vscode/devcontainers/go:0-1.18` (or `0-1.18-bullseye`, `0-1.18-buster`) | ||
- `mcr.microsoft.com/vscode/devcontainers/go:0.206-1.18` (or `0.205-1.18-bullseye`, `0.205-1.18-buster`) | ||
- `mcr.microsoft.com/vscode/devcontainers/go:0.206.0-1.18` (or `0.205.0-1.18-bullseye`, `0.205.0-1.18-buster`) | ||
@@ -46,0 +46,0 @@ However, we only do security patching on the latest [non-breaking, in support](https://github.com/microsoft/vscode-dev-containers/issues/532) versions of images (e.g. `0-1.16`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates. |
# Haskell (Community) | ||
_This definition will hopefully get you going quickly with Haskell running as a remote container in vscode_ | ||
## Summary | ||
@@ -7,3 +9,2 @@ | ||
This definition will hopefully get you going quickly with Haskell running as a remote container in vscode. | ||
@@ -10,0 +11,0 @@ | Metadata | Value | |
@@ -5,3 +5,3 @@ # SFDX Project (Community) | ||
Salesforce Extension for VS Code supports remote development and allows you to use a docker container as a full-featured development environment. | ||
_Salesforce Extension for VS Code supports remote development and allows you to use a docker container as a full-featured development environment._ | ||
@@ -16,3 +16,3 @@ | Metadata | Value | | ||
| *Container OS* | Ubuntu | | ||
| *Languages, Platforms* | Salesforce CLI, Lightning Web Components, Apex, Aura, Java, Node.js, JavaScript, HTML, CSS, Git | | ||
| *Languages, platforms* | Salesforce CLI, Lightning Web Components, Apex, Aura, Java, Node.js, JavaScript, HTML, CSS, Git | | ||
@@ -19,0 +19,0 @@ ## Description |
// 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.224.2/containers/alpine | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/azure-ansible | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/azure-bicep | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/azure-cli | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/azure-functions-dotnet-6-inprocess | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/azure-functions-dotnet-6-isolated | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/azure-functions-dotnetcore-3.1 | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/azure-functions-java-11 | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/azure-functions-java-8 | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/azure-functions-node | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/azure-functions-pwsh | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/azure-functions-python-3 | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/azure-machine-learning-python-3 | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/azure-static-web-apps | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/azure-terraform | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/bash | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/bazel | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/chef-workstation | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/containers/chef-workstation | ||
{ | ||
@@ -4,0 +4,0 @@ "name": "Chef Workstation (Community)", |
@@ -10,3 +10,4 @@ # Chef Workstation Docker Container | ||
| _Contributors_ | [Eammon Hanlon](https://gitlab.com/ehanlon) | | ||
| _Definition type_ | Image | | ||
| _Definition type_ | Image | ||
| _Category_ | Community | | | ||
| _Works in Codespaces_ | Yes | | ||
@@ -13,0 +14,0 @@ | _Container host OS support_ | Linux, macOS, Windows | |
// 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.224.2/containers/codespaces-linux | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/containers/codespaces-linux | ||
{ | ||
@@ -12,3 +12,2 @@ "name": "GitHub Codespaces (Default)", | ||
"go.gopath": "/go", | ||
"go.goroot": "/usr/local/go", | ||
"python.defaultInterpreterPath": "/opt/python/latest/bin/python", | ||
@@ -15,0 +14,0 @@ "python.linting.enabled": 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.224.2/containers/cpp-mariadb | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/cpp | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/dapr-dotnet | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/dapr-javascript-node | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/dart | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/debian | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/deno | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/docker-existing-docker-compose | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/docker-existing-dockerfile | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/docker-from-docker-compose | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/docker-from-docker | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/docker-in-docker | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/dotnet-fsharp | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/dotnet-mssql | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/dotnet-postgres | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/dotnet | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/elixir-phoenix-postgres | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/elixir | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/elm | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/go-postgres | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/go | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/containers/go | ||
{ | ||
@@ -8,3 +8,3 @@ "name": "Go", | ||
"args": { | ||
// Update the VARIANT arg to pick a version of Go: 1, 1.16, 1.17 | ||
// Update the VARIANT arg to pick a version of Go: 1, 1.18, 1.17 | ||
// Append -bullseye or -buster to pin to an OS version. | ||
@@ -23,4 +23,3 @@ // Use -bullseye variants on local arm64/Apple Silicon. | ||
"go.useLanguageServer": true, | ||
"go.gopath": "/go", | ||
"go.goroot": "/usr/local/go" | ||
"go.gopath": "/go" | ||
}, | ||
@@ -27,0 +26,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.224.2/containers/haskell | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/containers/haskell | ||
{ | ||
@@ -4,0 +4,0 @@ "name": "Haskell (Community)", |
# Haskell (Community) | ||
_This definition will hopefully get you going quickly with Haskell running as a remote container in vscode_ | ||
## Summary | ||
@@ -7,3 +9,2 @@ | ||
This definition will hopefully get you going quickly with Haskell running as a remote container in vscode. | ||
@@ -10,0 +11,0 @@ | Metadata | Value | |
// 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.224.2/containers/hugo | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/java-8 | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/java-postgres | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/java | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/javascript-node-azurite | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/javascript-node-mongo | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/javascript-node-postgres | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/javascript-node | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/jekyll | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/julia | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/jupyter-datascience-notebooks | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/kubernetes-helm-minikube | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/kubernetes-helm | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/markdown | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/mit-scheme | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/perl | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/php-mariadb | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/php | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/powershell | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/puppet | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/python-3-anaconda-postgres | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/python-3-anaconda | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/python-3-device-simulator-express | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/python-3-miniconda-postgres | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/python-3-miniconda | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/python-3-postgres | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/python-3-pypy | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/python-3 | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/r | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/reasonml | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/ruby-rails-postgres | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/ruby-rails | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/ruby-sinatra | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/ruby | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/rust-postgres | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/rust | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/sfdx-project | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/swift | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/typescript-node | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/ubuntu | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/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.224.2/containers/vue | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/containers/vue | ||
{ | ||
@@ -4,0 +4,0 @@ "name": "Vue (Community)", |
{ | ||
"variants": ["1.17-bullseye", "1.16-bullseye", "1.17-buster", "1.16-buster"], | ||
"definitionVersion": "0.205.4", | ||
"variants": ["1.18-bullseye", "1.18-buster", "1.17-bullseye", "1.17-buster"], | ||
"definitionVersion": "0.206.0", | ||
"build": { | ||
"latest": "1.17-bullseye", | ||
"latest": "1.18-bullseye", | ||
"rootDistro": "debian", | ||
@@ -11,10 +11,10 @@ "tags": [ | ||
"architectures": { | ||
"1.18-bullseye": ["linux/amd64", "linux/arm64"], | ||
"1.17-bullseye": ["linux/amd64", "linux/arm64"], | ||
"1.16-bullseye": ["linux/amd64", "linux/arm64"], | ||
"1.17-buster": ["linux/amd64"], | ||
"1.16-buster": ["linux/amd64"] | ||
"1.18-buster": ["linux/amd64"], | ||
"1.17-buster": ["linux/amd64"] | ||
}, | ||
"variantTags": { | ||
"1.17-bullseye": [ | ||
"go:${VERSION}-1.17", | ||
"1.18-bullseye": [ | ||
"go:${VERSION}-1.18", | ||
"go:${VERSION}-1", | ||
@@ -24,7 +24,7 @@ "go:${VERSION}-1-bullseye", | ||
], | ||
"1.16-bullseye": ["go:${VERSION}-1.16"], | ||
"1.17-buster": [ | ||
"1.18-buster": [ | ||
"go:${VERSION}-1-buster", | ||
"go:${VERSION}-buster" | ||
] | ||
], | ||
"1.17-bullseye": ["go:${VERSION}-1.17"] | ||
} | ||
@@ -31,0 +31,0 @@ }, |
{ | ||
"name": "vscode-dev-containers", | ||
"version": "0.224.2", | ||
"version": "0.224.3", | ||
"description": "VS Code Dev Containers: Definitions and Templates", | ||
@@ -16,3 +16,4 @@ "repository": { | ||
"manifests", | ||
"container-features" | ||
"container-features", | ||
"devcontainer-collection.json" | ||
], | ||
@@ -19,0 +20,0 @@ "scripts": { |
// 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.224.2/repository-containers/images/github.com/microsoft/vscode | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.224.3/repository-containers/images/github.com/microsoft/vscode | ||
{ | ||
@@ -4,0 +4,0 @@ "name": "Code - OSS", |
{ | ||
"definitionVersion": "0.203.0", | ||
"definitionVersion": "0.204.0", | ||
"build": { | ||
@@ -10,3 +10,4 @@ "latest": true, | ||
"repos/microsoft/vscode:${VERSION}" | ||
] | ||
], | ||
"architectures": ["linux/arm64", "linux/amd64"] | ||
}, | ||
@@ -13,0 +14,0 @@ "dependencies": { |
{ | ||
"name": "@vscode/dev-container-cli", | ||
"version": "0.224.2", | ||
"version": "0.224.3", | ||
"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 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
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
4884736
429
87200