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

Automatically show output panel #104

Closed
bmingles opened this issue Oct 4, 2024 · 1 comment · Fixed by #105
Closed

Automatically show output panel #104

bmingles opened this issue Oct 4, 2024 · 1 comment · Fixed by #105

Comments

@bmingles
Copy link
Member

bmingles commented Oct 4, 2024

Related to a discussion on Future of emaraldwalk/vscode-runonsave #91

The extension should have an option to show the output panel automatically

  • Control the behavior via a new autoShowOutputPanel config options with enum values:
    • always - show after any commands are run by the extension
    • error - only show if an error code is returned by a running command
    • never - never auto show (still can manually show)
  • Default config should be never to avoid changing behavior for existing users
  • New config needs to be added to README
@bmingles
Copy link
Member Author

Released in v0.2.5

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

Successfully merging a pull request may close this issue.

1 participant