Skip to content
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

Terminal does not close... #15012

Closed
Luuk34 opened this issue Mar 18, 2023 · 3 comments
Closed

Terminal does not close... #15012

Luuk34 opened this issue Mar 18, 2023 · 3 comments
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Resolution-External For issues that are outside this codebase

Comments

@Luuk34
Copy link

Luuk34 commented Mar 18, 2023

Windows Terminal version

1.17.1023

Windows build number

10.0.22621.1413

Other Software

No response

Steps to reproduce

When, using Windows Terminl,

  1. starting Notepad
  2. then typing exit
  3. the terminal window will close.

When, using Windows Terminl,

  1. starting code (to run "Visual Studio Code")
  2. then typing exit
  3. the terminal window does not close,

iNeSc

Expected Behavior

Expected will be the same behaviour.

Actual Behavior

see: "steps to reproduce"

@Luuk34 Luuk34 added Issue-Bug It either shouldn't be doing this or needs an investigation. Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Mar 18, 2023
@Luuk34
Copy link
Author

Luuk34 commented Mar 18, 2023

The relevant section from my settings.json

            {
                "closeOnExit": "always",
                "commandline": "%SystemRoot%\\System32\\cmd.exe",
                "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
                "hidden": false,
                "name": "Command Prompt",
                "startingDirectory": "D:\\TEMP"
            },

@DHowett
Copy link
Member

DHowett commented Mar 18, 2023

Unfortunately, this is working as expected! There is a long-standing bug in VSCode where they keep the console handle open after launching.

/dup microsoft/vscode#66750

@microsoft-github-policy-service
Copy link
Contributor

Hi! We've identified this issue as a duplicate of one that exists on somebody else's Issue Tracker. Please make sure you subscribe to the referenced external issue for future updates. Thanks for your report!

@microsoft-github-policy-service microsoft-github-policy-service bot added Resolution-External For issues that are outside this codebase and removed Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Resolution-External For issues that are outside this codebase
Projects
None yet
Development

No branches or pull requests

2 participants