Tyler James Leonhardt

Results 631 comments of Tyler James Leonhardt

Yeah we call to coc.nvim to create the terminal buffer and we call hide on it: https://github.com/coc-extensions/coc-powershell/blob/ddbd0bd3c96a61131f08f9341d24f6daaec30765/src/client/process.ts#L144 I think that method could also unlist or maybe there can be an...

I like this idea. We may need to port over the entire session class: https://github.com/PowerShell/vscode-powershell/blob/55ebbafeb8939cbea7ff9a8ea175c79181b1187b/src/session.ts but coc has been really nice to us so far so it might be straightforward.

In any case, here's restartSession: https://github.com/PowerShell/vscode-powershell/blob/55ebbafeb8939cbea7ff9a8ea175c79181b1187b/src/session.ts#L243

I think what might be very interesting is a set of plugins for different keymaps: * VSCode * VS etc that would generically work with coc-based plugins. I think I...

Are you using gVim? I heard there was an issue with gVim and I don't think there's much we can do about that.

This is probably related to our use of a terminal buffer. JS and Python don't use that. @yatli or @chemzqm any thoughts on how we can diagnose this? It works...

@Praful > Thank you for fixing this error. Thanks @chemzqm! 🎉 > the PowerShell is the only window open and I can't close it! You mean the actual PowerShell shell...

> (not important) looking for some way to hide pwsh buffer from airline's tabline. Looks like its possible to hide all terminals (using let g:airline#extensions#tabline#ignore_bufadd_pat), wondering if there is a...

@Praful > I'm referring here to the PowerShell Integrated Console. Once that becomes the sole window open in gvim, I can't do anything except type in the console! The gvim...

> Now I realized that toggling (show/hide) that console would be extremely useful. I'll probably open a new issue for that This should probably come from coc.nvim so that all...