重整
This commit is contained in:
@@ -17,9 +17,7 @@
|
||||
"useOryxIfAvailable": "false",
|
||||
},
|
||||
"./local-features/patch-python": {},
|
||||
"ghcr.io/devcontainers/features/conda:1": {
|
||||
"version": "latest",
|
||||
},
|
||||
"ghcr.io/devcontainers/features/conda:1": {},
|
||||
"./local-features/patch-conda": {},
|
||||
"ghcr.io/devcontainers/features/java:1": {
|
||||
"jdkDistro": "tem",
|
||||
@@ -28,21 +26,12 @@
|
||||
"installGradle": "true",
|
||||
"installMaven": "true",
|
||||
},
|
||||
"ghcr.io/devcontainers/features/go:1": {
|
||||
"version": "latest",
|
||||
},
|
||||
"ghcr.io/devcontainers/features/go:1": {},
|
||||
"ghcr.io/devcontainers/features/rust:1": {
|
||||
"version": "latest",
|
||||
"profile": "complete",
|
||||
},
|
||||
"./local-features/setup-user": "latest",
|
||||
},
|
||||
"remoteUser": "codespace",
|
||||
"containerUser": "codespace",
|
||||
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
// "forwardPorts": [],
|
||||
|
||||
// Configure tool-specific properties.
|
||||
"customizations": {
|
||||
// Configure properties specific to VS Code.
|
||||
@@ -75,10 +64,7 @@
|
||||
"type": "pythonEnvironment",
|
||||
},
|
||||
],
|
||||
"lldb.executable": "/usr/bin/lldb",
|
||||
},
|
||||
// Add the IDs of extensions you want installed when the container is created.
|
||||
"extensions": [],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user