diff options
| author | @syxhe <https://t.me/syxhe> | 2024-12-26 21:42:53 -0600 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2024-12-26 21:42:53 -0600 |
| commit | 03c5fce0220d3e5d02d320f925a3b9401a397729 (patch) | |
| tree | db27acac8fceee17cace9fa05ddd24fa6fe23cf9 /.vscode | |
| parent | f7ded3958a7f3bea16e2c8be55f159f34a45ca61 (diff) | |
Put some notes down
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/c_cpp_properties.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..b88b548 --- /dev/null +++ b/.vscode/c_cpp_properties.json | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | { | ||
| 2 | "configurations": [ | ||
| 3 | { | ||
| 4 | "name": "Linux", | ||
| 5 | "includePath": [ | ||
| 6 | "${workspaceFolder}/**" | ||
| 7 | ], | ||
| 8 | "defines": [], | ||
| 9 | "compilerPath": "/usr/bin/gcc", | ||
| 10 | "cStandard": "gnu23", | ||
| 11 | "cppStandard": "gnu++17", | ||
| 12 | "intelliSenseMode": "linux-gcc-x64" | ||
| 13 | } | ||
| 14 | ], | ||
| 15 | "version": 4 | ||
| 16 | } \ No newline at end of file | ||
