chundoong-lab-ta/.vscode/settings.json

10 lines
200 B
JSON
Raw Normal View History

2022-11-07 12:54:31 +09:00
{
"files.associations": {
2022-11-07 14:57:14 +09:00
"random": "c",
"stdbool.h": "c",
2022-11-16 13:54:50 +09:00
"math.h": "c",
"immintrin.h": "c",
"stdio.h": "c"
2023-02-14 01:23:28 +09:00
},
"C_Cpp.errorSquiggles": "disabled"
2022-11-07 12:54:31 +09:00
}