From 924732c835797885a5f9a24d5e3cffe624754181 Mon Sep 17 00:00:00 2001 From: Serge Lamikhov-Center Date: Thu, 29 Sep 2022 16:33:35 +0300 Subject: [PATCH] Just VSCode settings --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index dfa02e0..ef7c588 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "files.associations": { + "copyright": "json", "*.ipp": "cpp", "strstream": "cpp", "cerrno": "cpp", @@ -71,7 +72,8 @@ "cinttypes": "cpp", "typeindex": "cpp", "typeinfo": "cpp", - "variant": "cpp" + "variant": "cpp", + "compare": "cpp" }, "svn.ignoreMissingSvnWarning": true, "editor.tokenColorCustomizations": {