Add customizations (#19)

This commit is contained in:
Brigit Murtaugh
2022-05-17 12:42:11 -07:00
committed by GitHub
parent c06da75c6a
commit 8f214cce9c

View File

@@ -12,6 +12,10 @@
}, },
"runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ], "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],
// Configure tool-specific properties.
"customizations": {
// Configure properties specific to VS Code.
"vscode": {
// Set *default* container specific settings.json values on container create. // Set *default* container specific settings.json values on container create.
"settings": { "settings": {
"lldb.executable": "/usr/bin/lldb", "lldb.executable": "/usr/bin/lldb",
@@ -29,7 +33,9 @@
"matklad.rust-analyzer", "matklad.rust-analyzer",
"tamasfe.even-better-toml", "tamasfe.even-better-toml",
"serayuzgur.crates" "serayuzgur.crates"
], ]
}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally. // Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [], // "forwardPorts": [],