Open selfint opened 1 year ago
Can occur if extensions runs for more than a few minutes, sometimes
This might be similar to the tree-sitter rust crate bug, where if the library object is dropped, using the language object caused a memory access error.
Hopefully fixed by #125, time will tell.
Can occur if extensions runs for more than a few minutes, sometimes