Update devcontainer.json (#1302)

This commit is contained in:
Juro Oravec 2025-07-20 17:15:54 +02:00 committed by GitHub
parent f8c8292441
commit 672811b8b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,9 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: // 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.245.0/containers/python-3 // https://github.com/microsoft/vscode-dev-containers/tree/v0.245.0/containers/python-3
{ {
"name": "Python 3.13", // Uncomment to run Python 3.13 or other specific version
"image": "mcr.microsoft.com/devcontainers/python:3.13-bullseye", // "image": "mcr.microsoft.com/devcontainers/python:3.13-bullseye",
// Configure tool-specific properties. // Configure tool-specific properties.
"customizations": { "customizations": {
// Configure properties specific to VS Code. // Configure properties specific to VS Code.