adjust include paths

pull/32/head
Geoffrey Merck 4 years ago
parent 28d7f9753d
commit abcfb23db2

@ -0,0 +1,17 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/bin/g++",
"cStandard": "gnu17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64",
"configurationProvider": "ms-vscode.makefile-tools"
}
],
"version": 4
}
Loading…
Cancel
Save

Powered by TurnKey Linux.