C++ Meson Library Project
This commit is contained in:
18
.devcontainer/devcontainer.json
Normal file
18
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "C++",
|
||||
"dockerFile": "Dockerfile",
|
||||
|
||||
"runArgs": [
|
||||
"--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"
|
||||
],
|
||||
|
||||
"settings": {
|
||||
"terminal.integrated.shell.linux": "/bin/bash"
|
||||
},
|
||||
|
||||
"extensions": [
|
||||
"ms-vscode.cpptools",
|
||||
"yzhang.markdown-all-in-one",
|
||||
"asabil.meson"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user