From 2068feacafb4a21a6ffa8e6544c535926d5f5f52 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Tue, 7 Jan 2025 14:03:04 -0400 Subject: [PATCH] vscode: New eccentricities --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e1170cf..95e62d7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -61,7 +61,9 @@ "streambuf": "cpp", "thread": "cpp", "typeinfo": "cpp", - "variant": "cpp" + "variant": "cpp", + "cstring": "cpp", + "cinttypes": "cpp" }, "editor.rulers": [80, 120] } \ No newline at end of file