You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
623 B
14 lines
623 B
{
|
|
"idf.pythonInstallPath": "f:\\esp32\\toolsides\\tools\\idf-python\\3.11.2\\python.exe",
|
|
"editor.gotoLocation.alternativeDeclarationCommand": "editor.action.revealDefinition",
|
|
"editor.gotoLocation.alternativeDefinitionCommand": "editor.action.revealDefinition",
|
|
"editor.gotoLocation.alternativeTypeDefinitionCommand": "editor.action.revealDefinition",
|
|
"editor.selectionHighlight": false,
|
|
"files.autoSave": "onFocusChange",
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
|
"editor.quickSuggestions": {
|
|
"other": "on",
|
|
"comments": "off",
|
|
"strings": "on"
|
|
}
|
|
}
|