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

Console app does not exit - just hangs around #17

Open
Smurf-IV opened this issue May 20, 2022 · 1 comment
Open

Console app does not exit - just hangs around #17

Smurf-IV opened this issue May 20, 2022 · 1 comment

Comments

@Smurf-IV
Copy link

image

Command Line:
"C:\Program Files (x86)\VisualCodeGrepper\VisualCodeGrepper.exe" -t Z:\Repos\blah\blah -l CS -e cs -c -v -r Z:\Repos\blah\cS_Results.txt

@dommyzee
Copy link
Contributor

image

Command Line: "C:\Program Files (x86)\VisualCodeGrepper\VisualCodeGrepper.exe" -t Z:\Repos\blah\blah -l CS -e cs -c -v -r Z:\Repos\blah\cS_Results.txt

Hi @Smurf-IV,

The terminal can still be used. The problem is unfortunately by design. The app is built as a Windows App which runs on a separate thread to the Console. Once run, it detaches and returns control back to the Console. However, it still does write messages to it.

As a workaround, simply let it run its course then interact with the prompt. It’s not a fix by any stretch, but just explains why it’s happening.

I’m working on addressing this, but it is a big change, and requires splitting the codebase up significantly.

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

No branches or pull requests

2 participants