forked from ExternalVendorCode/Signal-Server
fixed build issues
This commit is contained in:
23
.devcontainer/devcontainer.json
Normal file
23
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "Signal Server C/C++ Development",
|
||||
"dockerFile": "../Dockerfile",
|
||||
"workspaceFolder": "/workspace",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"ms-vscode.cpptools-extension-pack",
|
||||
"ms-vscode.cmake-tools",
|
||||
"xaver.clang-format",
|
||||
"ms-vscode.makefile-tools"
|
||||
],
|
||||
"settings": {
|
||||
"C_Cpp.default.cppStandard": "c++17",
|
||||
"C_Cpp.default.cStandard": "c11",
|
||||
"C_Cpp.default.compilerPath": "/usr/bin/g++",
|
||||
"C_Cpp.default.intelliSenseMode": "linux-gcc-x64"
|
||||
}
|
||||
}
|
||||
},
|
||||
"postCreateCommand": "cd src && make clean",
|
||||
"remoteUser": "root"
|
||||
}
|
Reference in New Issue
Block a user