How to debug ocliff commands using Visual Studio Code without running sfdx plugins:install all the time #507
AllanOricil
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you are unfamiliar with Visual Studio Code debugging tools, read this documentation before continuing.
.vscode
folder in the root of the project, and then add alaunch.json
file with the following content in it:show
yarn build
and confirm that thelib
folder was created/updated.Run and Debug
button.Demonstration:
Screen.Recording.2023-03-11.at.15.09.01.mov
Beta Was this translation helpful? Give feedback.
All reactions