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

Deactivate command #42

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Deactivate command #42

merged 1 commit into from
Mar 11, 2024

Conversation

friedbrice
Copy link
Contributor

@friedbrice friedbrice commented Mar 11, 2024

  • Configure output verbosity

  • Configure command to run on extension deactivation

Closes DUX-2029 and DUX-2033.

* Configure output verbosity

* Configure command to run on extension deactivation
return {
activateCommand: config.activateCommand?.trim(),
deactivateCommand: config.deactivateCommand?.trim(),
verboseOutput: !!config.verboseOutput,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why doesn't this need a trim?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trim() so that in case it's all spaces I won't try to run it.

@friedbrice friedbrice merged commit 458b45e into main Mar 11, 2024
3 checks passed
@friedbrice friedbrice deleted the daniel/deactivate-command branch March 11, 2024 23:19
Copy link

A PR to release these changes has been created, bumping the version from 2.5.1 to 2.5.2.

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.

2 participants