root / lab3 / .vscode / c_cpp_properties.json @ 7
History | View | Annotate | Download (492 Bytes)
1 | 4 | up20180614 | { |
---|---|---|---|
2 | "env": {
|
||
3 | "minix.include": "${workspaceFolder}/../.minix-src/include" |
||
4 | }, |
||
5 | "configurations": [{
|
||
6 | "name": "Minix", |
||
7 | "compilerPath": "", |
||
8 | "cStandard": "c11", |
||
9 | "defines": ["__minix", "_MINIX ", "_NETBSD_SOURCE", "__i386__"], |
||
10 | "includePath": ["${workspaceFolder}", "${env:minix.include}"], |
||
11 | "browse": {
|
||
12 | "path": ["${workspaceFolder}", "${env:minix.include}"], |
||
13 | "limitSymbolsToIncludedHeaders": false, |
||
14 | "databaseFilename": "" |
||
15 | } |
||
16 | }], |
||
17 | "version": 4 |
||
18 | } |