Initial commit

This commit is contained in:
Jonathan Carter
2019-05-01 13:00:29 -07:00
parent 2f8def812b
commit 0207c629b9
11 changed files with 133 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "Rust",
"dockerFile": "Dockerfile",
"extensions": [
"rust-lang.rust",
"bungcip.better-toml",
"vadimcn.vscode-lldb"
],
"runArgs": [
"--cap-add=SYS_PTRACE",
"--security-opt",
"seccomp=unconfined"
]
}