From bf66acf83f21d6f8a8e52dfe77a5f916d23019a5 Mon Sep 17 00:00:00 2001 From: TheKoola <33835798+TheKoola@users.noreply.github.com> Date: Sun, 7 Jul 2024 18:23:47 -0600 Subject: [PATCH] Configure vscode --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..cad7657 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "cmake.configureOnOpen": false +} \ No newline at end of file