8

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?

0

1 Answer 1

8
+50

You can define a global launch configuration in your user settings.json file Just add the launch json object there. This is also documented: https://github.com/microsoft/vscode-docs/blob/vnext/docs/editor/debugging.md#global-launch-configuration

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.