coc-powershell
coc-powershell copied to clipboard
How to turn off session buffer when open ps1 file ?
How to change CocConfig to remove this session by default? Because it auto-opens when I open ps1 file and no way to escape.
Can someone answer my question, please?
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).
Add this to your coc-settings.json file:
{
"powershell.integratedConsole.showOnStartup": false
}
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?