EvgeniyPeshkov / syntax-highlighter

Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter.
https://marketplace.visualstudio.com/items?itemName=evgeniypeshkov.syntax-highlighter
MIT License
208 stars 44 forks source link

Crashes frequently on macOS #40

Closed thomcc closed 4 years ago

thomcc commented 4 years ago

I'm on macOS 10.14 and using this with rust and it crashes frequently. Almost immediately after starting -- it's basically unusable.

The error in the console can be seen here: https://gist.github.com/thomcc/1a5f90fc7e1263c82a5acae0e0311afc, let me know if I can help you further.

Note: I don't think this is related to #34 as I don't have that extension.

nfour commented 4 years ago

Same here, after a few moments it crashes.

Using SSH: Remote from Windows to an ArchLinux VM.

EvgeniyPeshkov commented 4 years ago

Hi, I've finally caught these crashes myself. Will try to fix it ASAP.