-
Notifications
You must be signed in to change notification settings - Fork 9
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
Integrated PS console - follow up #56
Comments
Number 2 is probably related to our selection implementation... It's a bit of a hack. @chemzqm anything that you might need that could help with understanding the 3rd problem? Seems like that's possibly a coc.nvim issue? |
I'm using |
@corbob Is that on Windows? I think on Windows problems starts when you install coc extensions, getting error from npm about certificates or something (although npm works fine outside vim, and I can run build.ps1 just fine). Idk, maybe manual install will help @TylerLeonhardt , @yatli I discovered that integrated terminal acts a bit quircky in neovim. Usually when I'm get there it's not in insert mode. And some times when you get in insert mode cursor get somewhere in the middle, so need to type cls to escape that mess. In VIM it works just fine (it always in insert mode). Besides that neovim looks like much better choice for ps. |
I see 1 and 2 are fix for both vim/neovim, thanks! I'm good to close this |
@mikeTWC1984 is 3 still an issue? |
@mikeTWC1984 which version of gVim are you running? At least 8.0 is required |
can you provide the output of
|
this is lcocopenlog: |
Are you guys able to launch it on windows with no problem? |
I'm always sticking to Windows, no problem on my side. |
This doesn't look like a Vim-related problem -- more likely on the javascript side. |
windows 10 and server 2016. Do you have any issue with gVim on your end? I have neovim 0.38 on one of the machines, but terminal just doesn't start. |
I realized I didn't have polyglot on my nvim. After adding completion started working. Tested this on 2 machines. I guess we need to update read me to move polyglot from recommended to prereq. Still can't get it to work with gvim. But I'm good for now anyway |
Sounds good. Is it cool that we close this? I think you should open an issue on gvim or coc for better support there but also we should have an issue opened to have polyglot not be a dependency |
@mikeTWC1984 I have the problem repro. I will trace this problem now. |
Yeah, since nvim is working fine, we definitely can close it. If you guys can figure out if it's coc.nvim or gvim issue I can forward this to them |
I have the same problem, trying to use coc-powershell on windows.
My Environment is:
|
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.
The text was updated successfully, but these errors were encountered: