18 lines
448 B
JSON
18 lines
448 B
JSON
{
|
|
"java.configuration.updateBuildConfiguration": "interactive",
|
|
"cmake.sourceDirectory": "${workspaceFolder}/linux/flutter",
|
|
"editor.wordBasedSuggestions": "off",
|
|
"editor.tabCompletion": "onlySnippets",
|
|
"editor.selectionHighlight": false,
|
|
"cSpell.words": [
|
|
"azimut",
|
|
"eleváció"
|
|
],
|
|
|
|
"gitlens.remotes": [
|
|
{
|
|
"domain": "tea.app-dev.hu",
|
|
"type": "Gitea"
|
|
}
|
|
]
|
|
} |