Socket
Socket
Sign inDemoInstall

@vscode/dev-container-cli

Package Overview
Dependencies
14
Maintainers
17
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.203.0 to 0.204.0

ThirdPartyNotices.txt

8

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

@@ -633,3 +633,3 @@ {

"settings": {
"python.pythonPath": "/usr/local/bin/python",
"python.defaultInterpreterPath": "/usr/local/bin/python",
"python.languageServer": "Pylance",

@@ -927,3 +927,3 @@ "python.linting.enabled": true,

"type": "string",
"proposed": ["latest", "1.55", "1.54", "1.53"],
"proposals": ["latest", "1.55", "1.54", "1.53"],
"default": "latest",

@@ -934,3 +934,3 @@ "description": "Select or enter a version of Rust to install."

"type": "string",
"proposed": ["minimal", "default", "complete"],
"proposals": ["minimal", "default", "complete"],
"default": "minimal",

@@ -1036,2 +1036,2 @@ "description": "Select a rustup install profile."

}

@@ -37,3 +37,3 @@ # Java

- `mcr.microsoft.com/vscode/devcontainers/java:11` (or `11-bullseye`, `11-buster` to pin to an OS version)
- `mcr.microsoft.com/vscode/devcontainers/java:16` (or `16-bullseye`, `16-buster` to pin to an OS version)
- `mcr.microsoft.com/vscode/devcontainers/java:17` (or `17-bullseye`, `17-buster` to pin to an OS version)

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

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

"mounts": [
"source=/var/run/docker.sock,target=/var/run/docker-host.sock",
"source=/var/run/docker.sock,target=/var/run/docker-host.sock,type=bind",
"source=${env:HOME}${env:USERPROFILE}/.kube,target=/usr/local/share/kube-localhost,type=bind"

@@ -52,3 +52,3 @@ ],

"mounts": [
"source=/var/run/docker.sock,target=/var/run/docker.sock",
"source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind",
"source=${env:HOME}${env:USERPROFILE}/.kube,target=/usr/local/share/kube-localhost,type=bind",

@@ -55,0 +55,0 @@ "source=${env:HOME}${env:USERPROFILE}/.minikube,target=/usr/local/share/minikube-localhost,type=bind"

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

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

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/azure-ansible
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/azure-bicep
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/azure-cli
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/azure-functions-dotnetcore-2.1
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.0/containers/azure-functions-dotnetcore-2.1
{

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

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/azure-functions-dotnetcore-3.1
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/azure-functions-java-11
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/azure-functions-java-8
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/azure-functions-node
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/azure-functions-pwsh
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/azure-functions-python-3
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/azure-machine-learning-python-3
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.0/containers/azure-machine-learning-python-3
{

@@ -13,3 +13,3 @@ "name": "Azure Machine Learning",

"settings": {
"python.pythonPath": "/opt/conda/bin/python",
"python.defaultInterpreterPath": "/opt/conda/bin/python",
"python.linting.enabled": true,

@@ -16,0 +16,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.203.0/containers/azure-static-web-apps
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/azure-terraform
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/bash
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/bazel
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/chef-workstation
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/codespaces-linux
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.0/containers/codespaces-linux
{

@@ -13,3 +13,3 @@ "name": "GitHub Codespaces (Default)",

"go.goroot": "/usr/local/go",
"python.pythonPath": "/opt/python/latest/bin/python",
"python.defaultInterpreterPath": "/opt/python/latest/bin/python",
"python.linting.enabled": true,

@@ -16,0 +16,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.203.0/containers/cpp
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/dapr-dotnet
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/dapr-javascript-node
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/dart
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/debian
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/deno
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/docker-existing-docker-compose
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/docker-existing-dockerfile
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/docker-from-docker-compose
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/docker-from-docker
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/docker-in-docker
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/dotnet-fsharp
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/dotnet-mssql
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/dotnet
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/elixir-phoenix-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/elm
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/go
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.0/containers/go
{

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

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/haskell
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/hugo
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/java-8
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/java
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/javascript-node-azurite
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/javascript-node-mongo
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/javascript-node-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/javascript-node
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/jekyll
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/julia
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/jupyter-datascience-notebooks
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.0/containers/jupyter-datascience-notebooks
{

@@ -23,3 +23,3 @@ "name": "Jupyter Data Science Notebooks (Community)",

"settings": {
"python.pythonPath": "/opt/conda/bin/python"
"python.defaultInterpreterPath": "/opt/conda/bin/python"
},

@@ -26,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.203.0/containers/kubernetes-helm-minikube
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/kubernetes-helm
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/markdown
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/mit-scheme
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/perl
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/php-mariadb
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/php
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/powershell
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/puppet
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/python-3-anaconda
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.0/containers/python-3-anaconda
{

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

"settings": {
"python.pythonPath": "/opt/conda/bin/python",
"python.defaultInterpreterPath": "/opt/conda/bin/python",
"python.languageServer": "Pylance",

@@ -18,0 +18,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.203.0/containers/python-3-device-simulator-express
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.0/containers/python-3-device-simulator-express
{

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

"settings": {
"python.pythonPath": "/opt/vscode/extensions/ms-python.devicesimulatorexpress/venv/bin/python",
"python.defaultInterpreterPath": "/opt/vscode/extensions/ms-python.devicesimulatorexpress/venv/bin/python",
"python.languageServer": "Pylance",

@@ -21,0 +21,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.203.0/containers/python-3-miniconda
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.0/containers/python-3-miniconda
{

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

"settings": {
"python.pythonPath": "/opt/conda/bin/python",
"python.defaultInterpreterPath": "/opt/conda/bin/python",
"python.languageServer": "Pylance",

@@ -18,0 +18,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.203.0/containers/python-3-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.0/containers/python-3-postgres
// Update the VARIANT arg in docker-compose.yml to pick a Python version

@@ -22,3 +22,3 @@ {

}],
"python.pythonPath": "/usr/local/bin/python",
"python.defaultInterpreterPath": "/usr/local/bin/python",
"python.languageServer": "Pylance",

@@ -25,0 +25,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.203.0/containers/python-3-pypy
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.0/containers/python-3-pypy
{

@@ -15,3 +15,3 @@ "name": "PyPy (Community)",

"settings": {
"python.pythonPath": "/usr/local/bin/python",
"python.defaultInterpreterPath": "/usr/local/bin/python",
"python.languageServer": "Pylance",

@@ -18,0 +18,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.203.0/containers/python-3
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.0/containers/python-3
{

@@ -21,3 +21,3 @@ "name": "Python 3",

"settings": {
"python.pythonPath": "/usr/local/bin/python",
"python.defaultInterpreterPath": "/usr/local/bin/python",
"python.languageServer": "Pylance",

@@ -24,0 +24,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.203.0/containers/r
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.0/containers/r
{

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

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/reasonml
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/ruby-rails-postgres
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/ruby-rails
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/ruby-sinatra
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/ruby
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/rust
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/sfdx-project
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/swift
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.0/containers/swift
{

@@ -9,3 +9,3 @@ "name": "Swift (Community)",

// Update the VARIANT arg to pick a Swift version
"VARIANT": "5.3",
"VARIANT": "5.5",
// Options

@@ -12,0 +12,0 @@ "NODE_VERSION": "lts/*"

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.203.0/containers/typescript-node
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/ubuntu
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.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.203.0/containers/vue
// https://github.com/microsoft/vscode-dev-containers/tree/v0.204.0/containers/vue
{

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

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

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

@@ -5,3 +5,3 @@ {

"settings": {
"python.pythonPath": "${workspaceFolder}/python",
"python.defaultInterpreterPath": "${workspaceFolder}/python",
"python.testing.unittestArgs": [

@@ -8,0 +8,0 @@ "-v",

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

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

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

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc