projet-systeme-exploitation.../.vscode/settings.json

13 lines
261 B
JSON
Raw Normal View History

2021-04-20 16:12:44 +00:00
{
"files.associations": {
2021-05-23 09:58:39 +00:00
"*.html": "django-html",
2021-04-20 16:12:44 +00:00
"signal.h": "c",
"readcmd.h": "c",
"stdlib.h": "c",
2021-04-24 15:32:54 +00:00
"wait.h": "c",
2021-05-23 09:58:39 +00:00
"*.bak": "c",
2021-05-23 14:22:11 +00:00
"*.tcc": "c",
"errno.h": "c",
"string.h": "c"
2021-04-20 16:12:44 +00:00
}
}