some minor refresh
This commit is contained in:
parent
7d17df39b3
commit
d65aba4d68
8 changed files with 278 additions and 768 deletions
20
.vscode/settings.json
vendored
20
.vscode/settings.json
vendored
|
@ -1,4 +1,22 @@
|
|||
{
|
||||
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
|
||||
"cmake.configureOnOpen": true
|
||||
"cmake.configureOnOpen": true,
|
||||
"files.associations": {
|
||||
"array": "cpp",
|
||||
"cwchar": "cpp",
|
||||
"unordered_map": "cpp",
|
||||
"vector": "cpp",
|
||||
"exception": "cpp",
|
||||
"functional": "cpp",
|
||||
"initializer_list": "cpp",
|
||||
"iosfwd": "cpp",
|
||||
"istream": "cpp",
|
||||
"new": "cpp",
|
||||
"ostream": "cpp",
|
||||
"stdexcept": "cpp",
|
||||
"streambuf": "cpp",
|
||||
"type_traits": "cpp",
|
||||
"tuple": "cpp"
|
||||
},
|
||||
"mesonbuild.configureOnOpen": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue