coc-powershell icon indicating copy to clipboard operation
coc-powershell copied to clipboard

How to turn off session buffer when open ps1 file ?

Open hungpham3112 opened this issue 3 years ago • 4 comments

image

How to change CocConfig to remove this session by default? Because it auto-opens when I open ps1 file and no way to escape.

hungpham3112 avatar Feb 19 '22 01:02 hungpham3112

Can someone answer my question, please?

hungpham3112 avatar Mar 11 '22 11:03 hungpham3112

This looks like the integrated terminal. There's a setting to disable showing it listed on the readme (I can't get the direct link on mobile).

corbob avatar Mar 11 '22 16:03 corbob

Add this to your coc-settings.json file:

{
    "powershell.integratedConsole.showOnStartup": false
}

yatli avatar Mar 11 '22 17:03 yatli

Add this to your coc-settings.json file:

{
    "powershell.integratedConsole.showOnStartup": false
}

I already have that but I don't know why intergratedConsole still appears. Seem like a bug with lightline-bufferline. Maybe?

bandicam 2022-03-12 11-19-22-501

hungpham3112 avatar Mar 12 '22 04:03 hungpham3112