netex/.vscode/settings.json
2025-02-03 02:23:00 +01:00

9 lines
181 B
JSON

{
"task.problemMatchers.neverPrompt": true,
"files.associations": {
"log.h": "c",
"netex.h": "c",
"nx_curses.h": "c",
"server.h": "c"
}
}