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 a10b86c commit f7927c6Copy full SHA for f7927c6
.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
@@ -23,6 +23,7 @@
23
"customizations": {
24
"vscode": {
25
"extensions": [
26
+ "ms-vscode.cpptools-extension-pack",
27
"ms-vscode.cmake-tools",
28
"rust-lang.rust-analyzer",
29
"vadimcn.vscode-lldb"
0 commit comments