From 4b60a10bc6f4db455a21db59186ea6bf7810f697 Mon Sep 17 00:00:00 2001 From: Hayodea Hekol Date: Sun, 9 Nov 2025 04:46:00 -0400 Subject: [PATCH] VSCode config: idk --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ac63316..d527fcc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -83,7 +83,10 @@ "strstream": "cpp", "regex": "cpp", "stacktrace": "cpp", - "stdfloat": "cpp" + "stdfloat": "cpp", + "cfenv": "cpp", + "expected": "cpp", + "valarray": "cpp" }, "editor.rulers": [80, 120], "editor.tabSize": 4,