mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2024-11-22 06:06:52 -08:00
26 lines
748 B
JSON
26 lines
748 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"/usr/include/**"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++11",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"browse": {
|
|
"path": [
|
|
"${workspaceFolder}/**",
|
|
"/usr/include/**"
|
|
],
|
|
"limitSymbolsToIncludedHeaders": true,
|
|
"databaseFilename": ""
|
|
},
|
|
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |