Drop use of out of date property

This commit is contained in:
Chuck Lantz
2021-10-27 16:52:28 -07:00
parent cfe1e3d802
commit 207e4195a7
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.195.0/containers/python-3
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.3/containers/python-3
{
"name": "Python 3",
"build": {
@@ -9,7 +9,7 @@
// Update 'VARIANT' to pick a Python version: 3, 3.9, 3.8, 3.7, 3.6.
// Append -bullseye or -buster to pin to an OS version.
// Use -bullseye variants on local on arm64/Apple Silicon.
"VARIANT": "3-bullseye",
"VARIANT": "3.9-bullseye",
// Options
"NODE_VERSION": "lts/*"
}
@@ -23,7 +23,7 @@
}
},
"terminal.integrated.defaultProfile.linux": "bash",
"python.pythonPath": "/usr/local/bin/python",
"python.defaultInterpreterPath": "/usr/local/bin/python",
"python.languageServer": "Pylance",
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,