Setup VSCode build system
Works on both Linux and Windows
This commit is contained in:
26
.vscode/c_cpp_properties.json
vendored
Normal file
26
.vscode/c_cpp_properties.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 4,
|
||||
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Linux",
|
||||
|
||||
"includePath":
|
||||
[
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
|
||||
"cppStandard": "c++20"
|
||||
},
|
||||
{
|
||||
"name": "Windows",
|
||||
|
||||
"includePath":
|
||||
[
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
|
||||
"cppStandard": "c++20"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user