From 3c0bf94b588474a580efc03c522073b54a7fb26e Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Tue, 17 Sep 2024 20:58:06 +0200 Subject: [PATCH] vscode crap --- .vscode/settings.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index df80dfe..476ada1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -81,7 +81,13 @@ "numeric": "cpp", "regex": "cpp", "cfenv": "cpp", - "cinttypes": "cpp" + "cinttypes": "cpp", + "charconv": "cpp", + "source_location": "cpp", + "format": "cpp", + "shared_mutex": "cpp", + "span": "cpp", + "text_encoding": "cpp" }, "files.exclude": { "**/.DS_Store": true,