Mohammed Elwardi Fadeli
Mohammed Elwardi Fadeli
Yes, this is actually intended behaviour, because the leading `:` denotes absolute paths in FoamExtend. It should be a config option for the LSP server. Thanks for reminding me! I...
But please check with coq-nvim devs if there is an option to retain trigger chars.
Any update on this? @sergei-dyshel Could you please PR the fix to this repo? I also need to use Tree-Sitter in a VSCode extension, and limiting users to vscode-1.56.x is...
Exactly, I chose this repo over the WASM version specifically because I've read it's slower; but then I read somewhere that this is no longer the case. However a native...
> > Any update on this? @sergei-dyshel Could you please PR the fix to this repo? I also need to use Tree-Sitter in a VSCode extension, and limiting users to...
Yes, that's what I'm doing now, still getting some undefined references but nothing a good debugging session wouldn't fix. Thanks. On Mon, Dec 20, 2021, 8:43 PM Sergei Dyshel ***@***.***>...
> > @sergei-dyshel Could you please PR the fix to this repo? > > I also need to use Tree-Sitter in a VSCode extension, and limiting users to vscode-1.56.x is...
Happy new year guys @sergei-dyshel When I use your repo for my vscode extension, I can rebuild modules for electron 13 But at runtime, VSCode says there is a symbol...
Yes, exactly, plus I confirm there is no performance overhead when using the WASM version; at least for my parser.
Oh, that it is actually good news; Thanks! I have switched to WASM builds since, and they work - I can't remember if this was the only error but if...