From ea8478275bd61ab8883988d09d435ee0b1338300 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sat, 22 Mar 2025 10:02:46 +0100 Subject: [PATCH] add vscode Intellisense --- .vscode/c_cpp_properties.json | 10 ++++++++++ 1 file changed, 10 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..79b93da --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,10 @@ +{ + "configurations": [ + { + "name": "JMinos", + "cppStandard": "c++20", + "compileCommands": ".vscode/compile_commands.json" + } + ], + "version": 4 +} \ No newline at end of file