tms
tms
The same for me... On 1.4.0 is doing the same On 1.0.2 is working The only difference in output from verbose is: **command** `git ftp init -u "asdf" -p "password"...
Related open issue in neovim https://github.com/nvim-treesitter/nvim-treesitter/issues/2972 **Workaround** For now add this commit ``` f95876f0ed3ef207bbd3c5c41987bc2e9cecfc97 ``` to `lockfile.json` in [nvim-treesitter plugin](https://github.com/thmsmlr/nvim-treesitter/blob/47259fb32cfa4f362014bbe62e071530ab0e0317/lockfile.json#L48). And `TSInstall dart`
Does tree-sitter have some kind of debug flag to get any additional info?
Update ``` > tree-sitter query bad.scm test.dart 0.53s user 0.00s system 99% cpu 0.536 total ``` ``` > tree-sitter query ok.scm test.dart 0.00s user 0.00s system 98% cpu 0.007 total...
What do you mean that parameter has to be a component attribute?
Try this` [attr.data-error]=" 'some text here would not work' "`
Is there a way to configure it for now?
I have similar problem. App builds fine but analyzer does not see generated files. If i copy the `/app/.dart_tool/build` folder to the root `/.dart_tool/`. Analyzer is ok. this blocks me...
> Which generator(s) are you using? Could you give an example of a generated file that the analyzer does not see to start with then sees when you move it?...