nova-typescript icon indicating copy to clipboard operation
nova-typescript copied to clipboard

Use NotificationRequest instead of showInformativeMessage on search

Open tascodes opened this issue 2 years ago • 1 comments

Rendered

Alerts are very interruptive, and get in the way of development flow when using the search or references actions frequently.

This removes the alert and instead displays a non-interruptive notification, dismissing it 4000 ms later.

One item of note - if (!treeView.visible) always resolves to true, I assume since the newly created TreeView is not considered visible until the command is completed. Then again, a setTimeout does not affect that behavior.

tascodes avatar Jun 19 '22 10:06 tascodes

@apexskier Any chance you'd consider integrating this?

tascodes avatar Jul 02 '22 04:07 tascodes

Included in release v2.6.0

github-actions[bot] avatar Jan 16 '23 22:01 github-actions[bot]