In VSCode is it possible to make SFDX Retrieve Source From Org confirm before proceeding? #5748
SalesforceBobLightning
started this conversation in
Ideas
Replies: 1 comment
-
|
as a workaround you could write your own task to do this (and pretty much the rest of this extension). Would look something like this: you could think add a keybinding for ease of use: {
"key": "shift+cmd+r",
"command": "workbench.action.tasks.runTask",
"args": "refreshFile",
"when": "editorTextFocus && editorLangId == 'apex'"
} |
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.
-
I'd like VSCode to confirm with me when I run command:
Before proceeding, because I regularly select the wrong option when right clicking.
Is there a setting or option to enable this?
Beta Was this translation helpful? Give feedback.
All reactions