Enable OS notifications for vscode commands that use sf/sfdx cli commands #5438
AllanOricil
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
relates forcedotcom/cli#2742 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This feature would need to be implemented after this one
Why?
Vscode notifications are bound to vscode client only, according to their docs.
Value
Improves UX for developers that work with multiple vscode instances, which might be hidden while executing a synchronous sf command. For example:
When a synch command finishes, a vscode, or OS, notification would notify the User his job is done.
How?
I believe that if these vscode commands are just calling sfdx commands in the background, it will be just a matter of setting up an env variable called
SF_NOTIFY
to true in order to ask the cli to notify its caller. This env variable can be set based on a vscode extension setting usingcontributes.configuration
. But of course you would need to have the notification system implemented in the cli.Beta Was this translation helpful? Give feedback.
All reactions