2025-02-21 08:26:27 +01:00
|
|
|
{
|
|
|
|
|
"java.configuration.updateBuildConfiguration": "interactive",
|
2025-03-10 13:33:21 +01:00
|
|
|
"cmake.sourceDirectory": "${workspaceFolder}/linux/flutter",
|
|
|
|
|
"editor.wordBasedSuggestions": "off",
|
|
|
|
|
"editor.tabCompletion": "onlySnippets",
|
2026-06-06 23:16:03 +02:00
|
|
|
"editor.selectionHighlight": false,
|
|
|
|
|
"cSpell.words": [
|
|
|
|
|
"azimut",
|
|
|
|
|
"eleváció"
|
|
|
|
|
]
|
2025-02-21 08:26:27 +01:00
|
|
|
}
|