You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
I'm using nvim 0.11.1 and lazyvim to install plugins. Can anyone figure out what I'm doing wrong?