Skip to content
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: component on_result_diagnostics_quickfix does not open quickfix list with open = true #355

Open
SteveWolligandt opened this issue Sep 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@SteveWolligandt
Copy link

Neovim version (nvim -v)

NVIM v0.11.0-dev-763+gdeac7df80

Operating system/version

Linux

Describe the bug

I have added the compont on_result_diagnostics_quickfix to my build templates like this:

{                                  
  'on_result_diagnostics_quickfix',
  {
    open = true,
    set_empty_results = true,
  }
},

It does not open automatically. However when executing :copen it successfully contains all the diagnostics from the build.

What is the severity of this bug?

tolerable (can work around it)

Steps To Reproduce

put

{                                  
  'on_result_diagnostics_quickfix',
  {
    open = true,
    set_empty_results = true,
  }
},

in components list of template

Expected Behavior

Quickfix should open automatically

Minimal example file

No response

Minimal init.lua

No response

Additional context

No response

@SteveWolligandt SteveWolligandt added the bug Something isn't working label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant