开发容器配置-初版

This commit is contained in:
2026-02-14 23:41:45 +08:00
parent 7f1eca9563
commit 424c891a43

View File

@@ -10,6 +10,7 @@
},
"./local-features/nvs": "latest",
"ghcr.io/devcontainers/features/python:1": {
"version": "3.12.1",
"installJupyterlab": "true",
"configureJupyterlabAllowOrigin": "*",
},
@@ -27,10 +28,6 @@
},
"./local-features/setup-user": "latest",
},
"overrideFeatureInstallOrder": [
"ghcr.io/devcontainers/features/python:1",
"ghcr.io/devcontainers/features/anaconda:1",
],
// Configure tool-specific properties.
"customizations": {
// Configure properties specific to VS Code.