fix compile error

This commit is contained in:
2024-10-16 15:00:43 +02:00
parent ed6a78316e
commit 7f011067ca
8 changed files with 110 additions and 10 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "Linux Development",
"dockerFile": "Dockerfile.linux",
"context": "..",
"customizations": {
"vscode": {
"settings": {
"CMake.configureOnOpen": true
},
"extensions": [
"ms-vscode.cmake-tools",
"ms-vscode.cpptools"
]
}
},
"postCreateCommand": "cmake . && make"
}