fix compile error
This commit is contained in:
17
.devcontainer/devcontainer.json
Normal file
17
.devcontainer/devcontainer.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user