From 309c78c0a9e87be9bfb2fa6b1828367d8a5953fd Mon Sep 17 00:00:00 2001 From: Sassa NF Date: Sun, 29 Sep 2024 07:44:14 +0100 Subject: [PATCH] vscode wants to update settings.json --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index c2f89c3..b5ca201 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,4 +12,7 @@ }, "files.insertFinalNewline": true, "files.autoSave": "onFocusChange", + "files.associations": { + "cstdint": "cpp" + }, }