We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3005ed5 commit 5d4f9bdCopy full SHA for 5d4f9bd
.devcontainer/Dockerfile
@@ -14,6 +14,7 @@ RUN apt-get update \
14
build-essential \
15
cmake \
16
curl \
17
+ gdb \
18
git \
19
gnupg \
20
gnuplot \
.devcontainer/devcontainer.json
@@ -26,6 +26,7 @@
26
"customizations": {
27
"vscode": {
28
"extensions": [
29
+ "ms-vscode.cpptools-extension-pack",
30
"ms-vscode.cmake-tools",
31
"rust-lang.rust-analyzer",
32
"vadimcn.vscode-lldb"
0 commit comments