From bcd1694da70799e606b97a12d4c0d09ea3f207fa Mon Sep 17 00:00:00 2001 From: Tom Nordal Date: Tue, 25 Jun 2024 17:47:41 +0200 Subject: [PATCH] update vscode --- .vscode/c_cpp_properties.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .vscode/c_cpp_properties.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..48a08eb --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,20 @@ +{ + "configurations": [ + { + "name": "Win32", + "includePath": [ + "${workspaceFolder}/**" + ], + "defines": [ + "_DEBUG", + "UNICODE", + "_UNICODE" + ], + "compilerPath": "C:\\VSARM\\mingw\\mingw32\\bin\\gcc.exe", + "cStandard": "c17", + "cppStandard": "gnu++14", + "intelliSenseMode": "windows-gcc-x86" + } + ], + "version": 4 +} \ No newline at end of file