From c96321502f2970c5fed606533ba36e676a882de5 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Fri, 23 Aug 2019 19:28:42 +0000 Subject: [PATCH] Fix #3 --- .devcontainer/Dockerfile | 2 +- .devcontainer/devcontainer.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 88d9331..e14fb4b 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -21,7 +21,7 @@ RUN apt-get update \ && apt-get -y install git procps lsb-release \ # # Install other dependencies - && apt-get install -y lldb-3.9 \ + && apt-get install -y lldb \ # # Install Rust components && rustup update \ diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d30c218..5d3b438 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,6 +15,7 @@ ], "settings": { "lldb.adapterType": "bundled", + "lldb.executable": "/usr/bin/lldb", "terminal.integrated.shell.linux": "/bin/bash" } } \ No newline at end of file