-
Notifications
You must be signed in to change notification settings - Fork 2
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
Include all stacktrace entries in the list #27
Comments
Yes, I think it had something to do with the ability to display diagnostics in a given buffer (you need a buffer number |
Yea I saw that too. Perhaps they don't have to be linked? e.g. we can build a quickfix list with all entries and a diagnostic list separately? |
Yes, that's the way I'm taking in #15. I store the server's responses with the configuration of the buffer and display either the diagnostic or the quickfix list on demand. |
The quickfix list is now completely separated from the diagnostics, and thus can take you to wherever errors occured! |
Currently frames are filtered out here
nvim-smuggler/lua/smuggler/snitch.lua
Lines 20 to 22 in 8333821
but I think it would be good to include all entries in the trace so you can easily jump to any frame even if it doesn't belong to buffer that is attached to the smuggler.
The text was updated successfully, but these errors were encountered: