Demonstrate use of settings property

This commit is contained in:
Chuck Lantz
2019-06-21 02:20:07 +00:00
parent ca0ad479a0
commit 8ea8571c23
2 changed files with 21 additions and 18 deletions

View File

@@ -12,6 +12,7 @@
"seccomp=unconfined"
],
"settings": {
"lldb.executable": "/usr/bin/lldb-3.9"
"lldb.executable": "/usr/bin/lldb-3.9",
"terminal.integrated.shell.linux": "/bin/bash"
}
}