mirror of
https://github.com/lrenaud/sane-vscode-buildenv.git
synced 2025-06-17 04:40:32 -07:00
Sane defaults
This commit is contained in:
commit
9218754f23
9 changed files with 118 additions and 0 deletions
20
.vscode/c_cpp_properties.json
vendored
Normal file
20
.vscode/c_cpp_properties.json
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"env": {
|
||||
"defaultIncludePath": [
|
||||
"${workspaceFolder}/src"
|
||||
],
|
||||
},
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Luker",
|
||||
"includePath": [
|
||||
"${defaultIncludePath}"
|
||||
],
|
||||
"intelliSenseMode": "linux-gcc-x64",
|
||||
"compilerPath": "/usr/bin/g++",
|
||||
"cStandard": "gnu17",
|
||||
"cppStandard": "gnu++14"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue