feat(metadata): move Apex trigger creation to metadata extension W-21671104#7028
Open
feat(metadata): move Apex trigger creation to metadata extension W-21671104#7028
Conversation
… sm/trigger-templates
… sm/trigger-templates
… sm/trigger-templates
… sm/trigger-templates
… sm/trigger-templates
… sm/trigger-templates
… sm/trigger-templates
… sm/trigger-templates
Made-with: Cursor
mshanemc
commented
Mar 26, 2026
| @@ -0,0 +1,9 @@ | |||
| #!/usr/bin/env bash | |||
Contributor
Author
There was a problem hiding this comment.
the goal of the stuff in this hooks folder is to not run the verifier stuff when there's no file edits;
this makes is possible to to plan/ask/etc while in a broken state and to cancel AI things when it goes down the wrong road without it trying to fix things.
mshanemc
commented
Mar 26, 2026
| open_log: 'Open Log', | ||
| create_script_output_dir_prompt: 'Select the target directory', | ||
| create_script_output_dir_default_description: '(default)', | ||
| create_script_custom_output_directory: 'Choose a Custom Directory' |
Contributor
Author
There was a problem hiding this comment.
a bunch of this is now in a shared fn in services
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
salesforcedx-vscode-metadata(runs on web).What issues does this PR fix or reference?
@W-21671104@
Made with Cursor