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

Closing the PowerShell Integrated Console should not kill the language server

Open daviwil opened this issue 8 years ago • 0 comments

Currently closing the PowerShell Integrated Console tab will cause the language server to be killed. After doing this, Atom will hang while shutting down due to an issue in atom-languageclient that should be resolved by PR https://github.com/atom/atom-languageclient/pull/169.

I think the standard behavior is that closing the tab will just hide it, not kill the console entirely.

daviwil avatar Jan 16 '18 15:01 daviwil