We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VSCode starts via C:\opt\scoop\shims\code.cmd. As it is a batch file it opens console if there is no attached console.
C:\opt\scoop\shims\code.cmd
It is annoying to have open Console.
All methods, like https://www.raymond.cc/blog/hidden-start-runs-batch-files-silently-without-flickering-console/ are cumbersome. I don't know what is the efficient way to open GUI app without console.
The text was updated successfully, but these errors were encountered:
Duplicate of ScoopInstaller/Scoop#3634
Sorry, something went wrong.
No branches or pull requests
VSCode starts via
C:\opt\scoop\shims\code.cmd
. As it is a batch file it opens console if there is no attached console.It is annoying to have open Console.
All methods, like https://www.raymond.cc/blog/hidden-start-runs-batch-files-silently-without-flickering-console/ are cumbersome. I don't know what is the efficient way to open GUI app without console.
The text was updated successfully, but these errors were encountered: