-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow user defined default launch.json for specific language #36108
Comments
@eromoe Can you elaborate on the specific use-case? I'm not sure I fully understand. You want to install/provide a |
content is like
Other use-case is something similar: https://github.com/DonJayamanne/pythonVSCode/issues/1239 |
We currently support having a global launch.json that a user can specify in his configuration file. More about this #18401 |
I think this global config is useless in most situation(different debuggers have their own). At least,
I have describe the details, I think this feature is not only a global config. Sync/merge config is the big point. Please consider to reopen this. |
This feature request will not be considered in the next 6-12 months roadmap and as such will be closed to keep the number of issues we have to maintain actionable. Thanks for understanding and happy coding! |
Hi,
Is there anyway to create a user defined default launch.json for specific language?
For example:
I want to add
Pytest
or some custom config to python debug configurition, but I have to manually add that config to each project's launch.json . Usually we want a global launch.json sync to all project.feature would be:
At first, I post on https://github.com/DonJayamanne/pythonVSCode/issues/1292 , because they say it is by vscode , so I repost here .
The text was updated successfully, but these errors were encountered: