Just VSCode settings

This commit is contained in:
Serge Lamikhov-Center 2022-09-29 16:33:35 +03:00
parent 619c9b6884
commit 924732c835

View File

@ -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": {