From 5fc6f750a207a9918c33f050409feae9f3dd3166 Mon Sep 17 00:00:00 2001 From: David Timber Date: Tue, 12 Nov 2024 05:57:44 +0100 Subject: Dump some files from personal directory --- .vscode/c_cpp_properties.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .vscode/c_cpp_properties.json (limited to '.vscode') diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..f6f2d94 --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,16 @@ +{ + "configurations": [ + { + "name": "Linux", + "includePath": [ + "${workspaceFolder}/**" + ], + "defines": [], + "cStandard": "c17", + "cppStandard": "c++17", + "intelliSenseMode": "linux-clang-x64", + "compilerPath": "/usr/bin/gcc" + } + ], + "version": 4 +} \ No newline at end of file -- cgit