Remove deprecated terminal setting

This commit is contained in:
Chuck Lantz
2021-07-01 02:25:52 +00:00
committed by GitHub
parent ec824c3c28
commit 40c1be6e65
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/blob/v0.163.0/containers/python-3/.devcontainer/base.Dockerfile
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/blob/v0.185.0/containers/python-3/.devcontainer/base.Dockerfile
ARG VARIANT="3"
FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}