netex/.vscode/settings.json

9 lines
181 B
JSON
Raw Permalink Normal View History

2025-01-26 03:46:41 +01:00
{
2025-02-01 01:23:38 +01:00
"task.problemMatchers.neverPrompt": true,
"files.associations": {
2025-02-03 02:23:00 +01:00
"log.h": "c",
"netex.h": "c",
"nx_curses.h": "c",
"server.h": "c"
2025-02-01 01:23:38 +01:00
}
2025-01-26 03:46:41 +01:00
}