mirror of
https://github.com/django-components/django-components.git
synced 2025-09-18 11:49:44 +00:00
Update devcontainer.json (#1302)
This commit is contained in:
parent
f8c8292441
commit
672811b8b4
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue