Traitement-signal-plantes/.vscode/settings.json

25 lines
593 B
JSON
Raw Normal View History

2022-04-07 17:31:01 +02:00
{
"C_Cpp.errorSquiggles": "Disabled",
"files.associations": {
2022-05-30 12:54:56 +02:00
"time.h": "c",
2022-05-30 18:01:28 +02:00
"b2hd.h": "c",
2022-05-31 17:42:26 +02:00
"main.h": "c",
"stdio.h": "c",
"string.h": "c",
"initialparameters.h": "c",
2022-06-01 12:32:04 +02:00
"filegestion.h": "c",
"power.h": "c",
2022-06-07 14:28:32 +02:00
"getarray.h": "c",
"math.h": "c",
"limits": "c",
"*.tcc": "c",
2022-06-08 11:25:19 +02:00
"type_traits": "c",
2022-06-09 17:34:24 +02:00
"simulateflux.h": "c",
2022-06-21 15:13:10 +02:00
"pthread.h": "c",
2022-12-01 17:29:47 +01:00
"types.h": "c",
"average.h": "c",
"queue.h": "c",
"growthrate.h": "c",
"stdbool.h": "c"
2022-04-07 17:31:01 +02:00
}
}