Open
Description
Prerequisites
- I have written a descriptive issue title.I have searched all open and closed issues to ensure it has not already been reported.I have read the troubleshooting guide.I am sure this issue is with the extension itself and does not reproduce in a standalone PowerShell instance.I have verified that I am using the latest version of Visual Studio Code and the PowerShell extension.If this is a security issue, I have read the security issue reporting guidance.
Summary
I closed the terminal and got 2 notifications
PowerShell Version
N/A
Visual Studio Code Version
Version: 1.71.0-insider (user setup)
Commit: 28f604dec81b609dd7e69362585f7a99d4c48f88
Date: 2022-08-19T05:17:14.894Z
Electron: 19.0.12
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Windows_NT x64 10.0.22000
Sandboxed: Yes
Extension Version
ms-vscode.powershell-preview@2022.8.3
Steps to Reproduce
Open a ps1 file, close the terminal
Visuals
Logs
No response
Activity
andyleejordan commentedon Aug 19, 2022
Known issue, I've already filed a request upstream for us to improve this together: microsoft/vscode-languageserver-node#1057
andyleejordan commentedon Aug 26, 2022
FWIW I'm also considering turning
showOnStartup
false by default, so that the terminal pane isn't opened when the extension activates, and then setting this toCloseAction.Restart
automatically, which especially with thestartInBackground
option for those that never want to see the terminal could make the extension far less noisy, but also always on and working. @SeeminglyScience thoughts?