Enhance user information handling: add exportPersonInfo function, improve TUI dialogs, and refactor related code for better clarity and functionality.
This commit is contained in:
Vendored
+12
-1
@@ -9,7 +9,18 @@
|
||||
"file_operations.h": "c",
|
||||
"string.h": "c",
|
||||
"termios.h": "c",
|
||||
"typeinfo": "c"
|
||||
"typeinfo": "c",
|
||||
"stdio.h": "c",
|
||||
"array": "c",
|
||||
"hash_map": "c",
|
||||
"bitset": "c",
|
||||
"string_view": "c",
|
||||
"hash_set": "c",
|
||||
"format": "c",
|
||||
"initializer_list": "c",
|
||||
"ranges": "c",
|
||||
"span": "c",
|
||||
"valarray": "c"
|
||||
},
|
||||
"C_Cpp.errorSquiggles": "enabled"
|
||||
}
|
||||
Reference in New Issue
Block a user