cursorless
cursorless copied to clipboard
Neovim: working debug for OSX/Linux
- [ ] launch config for osx and Linux (currently relies on node.exe)
- [ ] task to run neovim in the background for osx and Linux (currently relies on powershell)
I believe @pokey you got it working on OSX already?
It used to work 😅. See https://github.com/cursorless-dev/cursorless/pull/2256#issuecomment-2248232154
It used to work 😅. See #2256 (comment)
Try disabling your tail -f logging as described on other issue. It fixed it for me on Windows :)
This is working again for me with https://github.com/cursorless-dev/cursorless/pull/2256/commits/f1908a12800d96c08f6f74786c1a9eed1c785875. @fidgetingbits feel free to close if that works for you
Just noting that I still have working debug on Windows after your changes.