-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Unhandled promise rejection #604
Labels
bug
Something isn't working
Comments
I'm getting the same but with Typescript |
Lua and python for me so I assume it's across the board |
Python for me, popping up even if Trouble is not triggered |
folke
pushed a commit
that referenced
this issue
Jan 28, 2025
🤖 I have created a release *beep* *boop* --- ## [3.7.0](v3.6.0...v3.7.0) (2025-01-15) ### Features * **config:** add `close` counterparts to jump split actions ([#584](#584)) ([928e6d0](928e6d0)) * **preview:** allow sources to decorate the preview buffer/window ([affd249](affd249)) * **sources:** added snacks picker source ([fa32f71](fa32f71)) ### Bug Fixes * **format:** for "attempt to index local 'signs' (a boolean value)" errors in nvim-0.10.1+ ([#579](#579)) ([2e7cb80](2e7cb80)) * **lsp:** always use actual symbol kind names. See [#568](#568) ([11bcbc0](11bcbc0)) * **lsp:** handle invalid line positions ([1a2efaf](1a2efaf)) * **lsp:** use new vim.str_byteindex if available to calculate start positions of LSP ranges ([86746d2](86746d2)) * **lsp:** use old-style args for vim.str_byteindex. Fixes [#604](#604) ([c633e85](c633e85)) * **snacks:** use filtered items instead of all ([2423cd2](2423cd2)) ### Performance Improvements * **debug:** don't create obj dumps ([1fe80c7](1fe80c7)) * **treesitter:** set regions early ([#587](#587)) ([20aa858](20aa858)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you check docs and existing issues?
Neovim version (nvim -v)
0.10.1
Operating system/version
macos 14.3
Describe the bug
Getting this error when toggling document symbols:
Steps To Reproduce
Expected Behavior
no error
Repro
No response
The text was updated successfully, but these errors were encountered: