Alek
Alek
Doesn't work for me, but just installing `vls` does. Most language features work, except for tree-sitter textobject based navigation such as unimpaired movements. Is that a separate thing or just...
`:tree-sitter-subtree` command shows `(raw_text)` everywhere in the script section, but seems to work correctly in the template section. I'm guessing that means textobject queries would not work in script section.
Okey, found `runtime/queries/vue/injections.scm` that supposed to address this. Not sure where to move from here, how can I debug injections? Should I make separate issue?
True, seems to be the same issue. Is it on a roadmap? I probably can't do it myself.
I've had same issue. Disabling vscode-icons, reloading and enabling again helped. Cannot replicate the bug again. I'm using Mac, here's info: ### System CPUs | Apple M1 (8 x 24)...
I'm facing the same issue when node is not installed. Installing node fixes the problem I'm having with running remix via bun. Reproduces on minimal setup. - `bunx create-remix@latest` -...