We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 change CocConfig to remove this session by default? Because it auto-opens when I open ps1 file and no way to escape.
The text was updated successfully, but these errors were encountered:
Can someone answer my question, please?
Sorry, something went wrong.
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?
lightline-bufferline
No branches or pull requests
How to change CocConfig to remove this session by default? Because it auto-opens when I open ps1 file and no way to escape.
The text was updated successfully, but these errors were encountered: