coc-extensions / coc-powershell

PowerShellEditorService integration for coc.vim
MIT License
58 stars 9 forks source link

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

Closed techeddie closed 2 years ago

techeddie commented 2 years ago

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.