mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-19 12:57:17 +00:00
Disabled the tokenizer after 500 chars.
Closes #1343. Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
parent
4e590ab618
commit
9a65ef6ea8
@ -48,6 +48,7 @@
|
||||
"comments": false,
|
||||
"strings": false
|
||||
},
|
||||
"editor.maxTokenizationLineLength": 500,
|
||||
"breadcrumbs.enabled": false,
|
||||
"workbench.tree.renderIndentGuides": "none",
|
||||
"explorer.compactFolders": false
|
||||
|
Loading…
x
Reference in New Issue
Block a user