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