vscode launch.json example #146
parnic
started this conversation in
Show and tell
Replies: 1 comment
-
Nice, thanks! I'll try it out. |
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
-
Since the .vscode folder is gitignored, I assume that means there's no desire to keep a launch.json file in the repo for ease of debugging, so I'll post my working config here for others:
Change the "serve" arg to another supported mode if you want to debug that mode, e.g.
admin
,migrate
,update
.Note that you'll have to build the frontend files first as explained in the readme, but once you've done that, you should be able to debug the application with this.
Beta Was this translation helpful? Give feedback.
All reactions