Move settings into new devcontainer.json property

This commit is contained in:
Chuck Lantz
2019-06-03 19:55:45 -07:00
parent 95138e484a
commit ca0ad479a0
3 changed files with 4 additions and 7 deletions

View File

@@ -10,5 +10,8 @@
"--cap-add=SYS_PTRACE",
"--security-opt",
"seccomp=unconfined"
]
],
"settings": {
"lldb.executable": "/usr/bin/lldb-3.9"
}
}