Lucas Jung
Lucas Jung
I agree, it would help me a lot!
Could we mark this feature as `to do`? I think it's currently missing on the firmware, and it isn't documented as such. I think QMK should support this functionality.
Still no solution to this day... Using flutter-tools:  Running `flutter devices` in terminal: 
Hello, thank you @sidlatau for taking a look. Yes, I am still experiencing this issue. Here is the full output of running the cmd `flutter devices` on my terminal: ```bash...
After a little bit more investigation, it does not seem that it is a parsing error from the code you referenced in https://github.com/nvim-flutter/flutter-tools.nvim/issues/306#issuecomment-2563873469. I modified the code of `get_devices` to...
Even the Neovim embedded terminal shows me two devices: 
The print of the `cmd` argument gives `/home/gruvw/snap/flutter/common/flutter/bin/flutter`. I ran the full `/home/gruvw/snap/flutter/common/flutter/bin/flutter devices` command in my terminal to double-check, but I indeed still have the two devices when ran...
As comparison, a python shell gives the correct output when invoking the same cmd: ``` python3 Python 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] on linux Type "help", "copyright",...
Ok, I have isolated the problem after a some more poking around and using the Neovim command `:lua vim.notify(io.popen("flutter devices"):read("*a"))`. I found out that it was only showing the incomplete...
+1 on this, `comments_only` should really be configured per keyword. It would allow for much more flexibility