How to define global launch configuration in VSCode

Viewed 836

I have several projects that require the same custom launch configuration.

Instead of creating a launch.json in each project I would like to have a global launch.json so that it can be easily maintained.

Is there any way to achieve this in VSCode?

1 Answers
Related