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

added troubleshooting for no input terminal #4273

Merged
merged 1 commit into from
Feb 2, 2021
Merged

added troubleshooting for no input terminal #4273

merged 1 commit into from
Feb 2, 2021

Conversation

Jay-study-nildana
Copy link
Contributor

There is a huge issue with the input entry with the newer versions of Mac. I spent at least 2 hours trying to understand why this is happening.

Until the issue is fixed, I think, this troubleshooting must be included in the main documentation as this is where new developers, especially students would land, when trying to run a simple hello world on their new Macs.

There is a huge issue with the input entry with the newer versions of Mac. I spent at least 2 hours trying to understand why this is happening. 

Until the issue is fixed, I think, this troubleshooting must be included in the main documentation as this is where new developers, especially students would land, when trying to run a simple hello world on their new Macs.
@ghost
Copy link

ghost commented Jan 28, 2021

CLA assistant check
All CLA requirements met.

@jureid
Copy link
Contributor

jureid commented Feb 1, 2021

@sean-mcmanus, @WardenGnaw - do you know if the recent change with 1.2-insiders, which replaces the "externalConsole" setting with "console" in launch.json fixes this issue?

@WardenGnaw
Copy link
Member

Version 1.2.0-insiders2 added console to cppvsdbg which is the windows C++ debugger.

Mac users can only use vsdbg and is not affected by those changes.

@jureid
Copy link
Contributor

jureid commented Feb 1, 2021

@WardenGnaw got it, thanks for the reply! So then the troubleshooting steps for no input terminal are required and should be added to the docs?

@WardenGnaw
Copy link
Member

The changes are correct from the microsoft/vscode-cpptools#5079 issue.

This is because when the debugger is requesting a window to show, VS Code is somehow eating that request. Using a tasks, allows the user to see the request to use the terminal window under VS Code.

@gregvanl gregvanl merged commit ced2654 into microsoft:master Feb 2, 2021
@gregvanl
Copy link

gregvanl commented Feb 2, 2021

Thanks @Jay-study-nildana and everyone who reviewed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants