droid48-gwh/.vscode/settings.json

8 lines
173 B
JSON
Raw Normal View History

2022-10-16 17:02:24 +02:00
{
2023-03-22 21:41:30 +01:00
"java.configuration.updateBuildConfiguration": "interactive",
"files.associations": {
"*.env": "properties",
"*.h": "c",
"*.C": "c"
}
2022-10-16 17:02:24 +02:00
}