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
Did some clean up/overview and realize some old issues are still there
Despite Change powershell.execute to run file in PSIC #52 powershell.execute command still doesn't work properly, file path is generated but is sent to a new terminal (not the integrated one) and closes immediately. Tested in both vim/nvim (latest) on a fresh Ubuntu container.
evaluateSelection doesn't work in Vim (works fine in NeoVim). Getting this error: request error nvim_buf_get_mark buf_get_mark support current buffer only
Integrated console doesn't work in Windows. gVim throws some error, but neovim just not loading it (using latest versions of both). I guess vim is not the best option for powershell stuff on windows anyway, so this is more like FYI, in case anybody is willing to research that.
Did some clean up/overview and realize some old issues are still there
Despite Change powershell.execute to run file in PSIC #52 powershell.execute command still doesn't work properly, file path is generated but is sent to a new terminal (not the integrated one) and closes immediately. Tested in both vim/nvim (latest) on a fresh Ubuntu container.
evaluateSelection doesn't work in Vim (works fine in NeoVim). Getting this error:
request error nvim_buf_get_mark buf_get_mark support current buffer only
Integrated console doesn't work in Windows. gVim throws some error, but neovim just not loading it (using latest versions of both). I guess vim is not the best option for powershell stuff on windows anyway, so this is more like FYI, in case anybody is willing to research that.