Skip to content

Temporary windows still close after script run #1208

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

Closed
Jaykul opened this issue Feb 22, 2018 · 1 comment
Closed

Temporary windows still close after script run #1208

Jaykul opened this issue Feb 22, 2018 · 1 comment
Assignees
Labels

Comments

@Jaykul
Copy link

Jaykul commented Feb 22, 2018

If I configure "createTemporaryIntegratedConsole": true in a particular configuration in the launch.json ...
then consoles launched via that config stay open.

But if I just set my workspace settings to

"powershell.debugging.createTemporaryIntegratedConsole": true

The new console is created, but still closes after run.

System Details

Windows 10
VS Code Insiders 1.21 (2018-02-21)
PowerShell extension version: 1.6

I can attach more logs or whatever if you need them, but I have a feeling they're redundant in this case.

@rkeithhill rkeithhill self-assigned this Feb 23, 2018
@rkeithhill
Copy link
Contributor

No need for logs. Got the problem spotted and fixed. Will be in next update.

rkeithhill added a commit that referenced this issue Feb 28, 2018
* Set createTempIntCon when createing launch config for Pester test

Fixes #1208

* Change temp console window title prefix from [DBG] to [TEMP]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants