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
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.jsonDescribe alternatives you've considered
Can/should also do it for other IDEs such as Webstorm, if possible.
Additional context
No response