markbind icon indicating copy to clipboard operation
markbind copied to clipboard

Create Default Debugging Configurations - VS Code

Open tlylt opened this issue 2 years ago • 3 comments

Please confirm that you have searched existing issues in the repo

Yes, I have searched the existing issues

Any related issues?

#1346

What is the area that this feature belongs to?

Testing

Is your feature request related to a problem? Please describe.

Some sample IDE debugging configurations have been mentioned in our dev docs here. While it is a good to have a reference, we certainly can create and commit a set of default debugging configuration that can be used out of the box. This helps with improving developer experience.

Describe the solution you'd like

As I am using VSCode for MarkBind development, I would like to have a default vscode config to do debugging easily. This should require creating and committing

  • .vscode/launch.json
  • .vscode/tasks.json
  • some instructions in dev docs on this
  • and or other files as appropriate

Describe alternatives you've considered

Can/should also do it for other IDEs such as Webstorm, if possible.

Additional context

No response

tlylt avatar Jan 03 '23 03:01 tlylt

By default, IntelliJ IDEA saves the debugging configuration export file under /markbind/.run. Is this an appropriate location for saving default configuration files or are there better choices?

yyccbb avatar Feb 11 '25 03:02 yyccbb

By default, IntelliJ IDEA saves the debugging configuration export file under /markbind/.run. Is this an appropriate location for saving default configuration files or are there better choices?

This issue is specific to vscode, so under .vscode should be reasonable for vscode specific settings. I am not sure about intellij configs but i suppose they don't share the same content as vscode.

If there are good default configs for intellij, we can raise a separate issue for the same purpose.

tlylt avatar Feb 11 '25 12:02 tlylt

Thanks for the reply. I will raise a separate issue for JetBrains IDEs.

yyccbb avatar Feb 17 '25 07:02 yyccbb