netex/.vscode/settings.json

6 lines
104 B
JSON
Raw 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": {
"log.h": "c"
}
2025-01-26 03:46:41 +01:00
}