1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-30 09:12:39 -04:00
Files
xmrig/.vscode/settings.json
2024-05-04 11:06:10 +08:00

25 lines
577 B
JSON

{
"files.associations": {
"chrono": "cpp",
"functional": "cpp",
"memory": "cpp",
"optional": "cpp",
"sstream": "cpp",
"*.ipp": "cpp",
"array": "cpp",
"*.tcc": "cpp",
"bitset": "cpp",
"tuple": "cpp",
"fstream": "cpp",
"iomanip": "cpp",
"istream": "cpp",
"limits": "cpp",
"mutex": "cpp",
"ostream": "cpp",
"numeric": "cpp",
"stop_token": "cpp",
"streambuf": "cpp",
"utility": "cpp",
"variant": "cpp"
}
}