mirror of
https://github.com/encounter/ww.git
synced 2026-07-11 06:18:49 -07:00
26 lines
659 B
JSON
26 lines
659 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/include/**"
|
|
],
|
|
"cStandard": "c99",
|
|
"cppStandard": "c++98",
|
|
"intelliSenseMode": "linux-clang-x86",
|
|
"compilerPath": "",
|
|
"configurationProvider": "ms-vscode.makefile-tools",
|
|
"browse": {
|
|
"path": [
|
|
"${workspaceFolder}/include"
|
|
],
|
|
"limitSymbolsToIncludedHeaders": true
|
|
},
|
|
"defines": [
|
|
"DEBUG"
|
|
]
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|