Skip to content

Commit

Permalink
Disabled the tokenizer after 500 chars.
Browse files Browse the repository at this point in the history
Closes #1343.

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
  • Loading branch information
Akos Kitta authored and kittaakos committed Sep 19, 2022
1 parent 4e590ab commit 9a65ef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"comments": false,
"strings": false
},
"editor.maxTokenizationLineLength": 500,
"breadcrumbs.enabled": false,
"workbench.tree.renderIndentGuides": "none",
"explorer.compactFolders": false
Expand Down

0 comments on commit 9a65ef6

Please sign in to comment.