Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to turn off session buffer when open ps1 file ? #148

Open
hungpham3112 opened this issue Feb 19, 2022 · 4 comments
Open

How to turn off session buffer when open ps1 file ? #148

hungpham3112 opened this issue Feb 19, 2022 · 4 comments

Comments

@hungpham3112
Copy link

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
Copy link
Author

Can someone answer my question, please?

@corbob
Copy link
Member

corbob commented Mar 11, 2022

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).

@yatli
Copy link
Member

yatli commented Mar 11, 2022

Add this to your coc-settings.json file:

{
    "powershell.integratedConsole.showOnStartup": false
}

@hungpham3112
Copy link
Author

hungpham3112 commented Mar 12, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants