Fix #3
This commit is contained in:
@@ -21,7 +21,7 @@ RUN apt-get update \
|
|||||||
&& apt-get -y install git procps lsb-release \
|
&& apt-get -y install git procps lsb-release \
|
||||||
#
|
#
|
||||||
# Install other dependencies
|
# Install other dependencies
|
||||||
&& apt-get install -y lldb-3.9 \
|
&& apt-get install -y lldb \
|
||||||
#
|
#
|
||||||
# Install Rust components
|
# Install Rust components
|
||||||
&& rustup update \
|
&& rustup update \
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"lldb.adapterType": "bundled",
|
"lldb.adapterType": "bundled",
|
||||||
|
"lldb.executable": "/usr/bin/lldb",
|
||||||
"terminal.integrated.shell.linux": "/bin/bash"
|
"terminal.integrated.shell.linux": "/bin/bash"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user