-
Notifications
You must be signed in to change notification settings - Fork 36.4k
Closed
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)apiapi-proposalfeature-requestRequest for new features or functionalityRequest for new features or functionalityterminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another labelterminal-persistenceRelating to process reconnection or process reviveRelating to process reconnection or process revive
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.57.0-insider
- OS Version: macOS
Steps to Reproduce:
- Install PowerShell
- Install PowerShell extension
- Open a PowerShell file (this causes the "PowerShell Integrated Console" to open which is a terminal contributed by the PowerShell extension)
- Close PowerShell file
- Reload the window
Expected: No PowerShell Integrated Console (PSIC) to be restored (since an extension contributed it)
Actual: PSIC get's restored
Extra info:
Here's what they run:
vscode.window.createTerminal({
name: this.title,
shellPath: this.exePath,
shellArgs: powerShellArgs,
hideFromUser: !this.sessionSettings.integratedConsole.showOnStartup,
cwd: this.sessionSettings.cwd
});https://github.com/PowerShell/vscode-powershell/blob/master/src/process.ts#L109-L115
Metadata
Metadata
Assignees
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)apiapi-proposalfeature-requestRequest for new features or functionalityRequest for new features or functionalityterminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another labelterminal-persistenceRelating to process reconnection or process reviveRelating to process reconnection or process revive