[Feature Request] Hook Onto VSCode Command Execution #6456
evan-savage
announced in
Announcements
Replies: 2 comments
-
Thank you for filing this feature request. We appreciate your feedback and will review the feature at our next grooming session. We prioritize feature requests with more upvotes and comments. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Glad to see this has been announced, really been looking forward to this feature! |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I'm attempting to have a typescript lightning web component transpile to javascript before deploy to org, but it doesn't seem possible to have this occur each time a developer deploys. I've an equivalent hook for the CLI but it doesn't seem to be possible to hook onto or listen to the vscode command execution without forking the extension. Another developer on our team suggested this might also allow us to use technologies like scss.
Describe the solution you'd like
The ability to hook onto the execution of vscode extension commands.
Describe alternatives you've considered
Attempts:
Activate command on sf deploy command execution - Works the first time a developer deploys, but I don't seem to be able to disable the extension at will, so the extension remains activated and doesn't run transpilation again for future deployments.
Run transpile on save - Works, but isn't ideal.
Wrapping sf deploy - Determined to be too much of an upset to current process for some folks.
Beta Was this translation helpful? Give feedback.
All reactions