-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
Simplify generated launch.json #318
Comments
@felixfbecker Are there any plans to address this? Thanks a lot |
The suggestions make sense to me, but unfortunately I don't have capacity to implement them. Happy to review a PR though. |
Thanks for your reponse. I will add a Help Wanted in the issue in VSCode and we will see if we get some volunterees |
Re: port: there's no other way to differentiate debugging sessions. |
This is a terribly old issue. But let's see:
|
Hey,
VSCode dev here. This milestone I am looking into simplifing generated
launch.json
for various extensions microsoft/vscode#62851The
launch.json
that PHP generates is attached at the end. I think it is cool and not too complex but we can improve this a bitport
, should it be removed. Can you auto detect what port to use, to potentially append it in the resolveDebugConifguraiton call. The resolve could also nicely append the cwd based on the program attribute and the user should not be worried about that oneconfigurationSnippets
. These snippets make it easier for the user to add new launch configurations. Here's an example how node is doing itIf you agree with the suggestions I am making here I am also here to help with any potential questions you might have. The changes should not require a lot of work but will simplify the flow a lot imho. It should be much less complex and not too much like a wizard experience
The text was updated successfully, but these errors were encountered: