codeql.nvim icon indicating copy to clipboard operation
codeql.nvim copied to clipboard

`window-picker` returns nil when called from codeql panel

Open fguisso opened this issue 8 months ago • 0 comments

Hi, thanks for the awesome plugin!

I'm encountering an error when trying to use the panel to jump to source code from SARIF results. When I press <CR> to navigate, I get the following error:

E5108: Error executing lua .../codeql.nvim/lua/codeql/panel.lua:922: Invalid 'window': Expected Lua number
stack traceback:
  [C]: in function 'nvim_win_set_buf'
  .../codeql.nvim/lua/codeql/panel.lua:922: in function 'jump_to_code'

Image

I'm using nvim 0.11.1 and lazyvim to install plugins. Can anyone figure out what I'm doing wrong?

fguisso avatar May 20 '25 19:05 fguisso