Disabled the tokenizer after 500 chars.

Closes #1343.

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
Akos Kitta 2022-09-16 17:26:40 +02:00 committed by Akos Kitta
parent 4e590ab618
commit 9a65ef6ea8

View File

@ -48,6 +48,7 @@
"comments": false,
"strings": false
},
"editor.maxTokenizationLineLength": 500,
"breadcrumbs.enabled": false,
"workbench.tree.renderIndentGuides": "none",
"explorer.compactFolders": false