coc-extensions / coc-powershell

PowerShellEditorService integration for coc.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get only output of code without leaving code section?

techeddie opened this issue · comments

How do I change the behaviour of coc-powershell to get only the output of

:CocCommand powershell.execute
:CocCommand powershell.evaluateLine

without leaving the code section (like in vscode) ?

Everytime I run the command the cursor stuck in the terminal.