You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do we want to dynamically create the configuration snippets or just list all possible configurations?
If it is dynamically created, we will be able to filter out non-usable configurations. This also reduces the amount of non-usable choices for the user.
The image below shows how crowded the list becomes with a couple of extensions installed.
If we decide to add 4 configurations multiplied by 2 for Windows/Linux differences it will get crowded.
Sadly, creating snippets via a command, like initial configurations, does not work: microsoft/vscode#23961
I think we can close this one and then create a new issue asking for "dynamic launch.json templates with comments". That can be worked on once microsoft/vscode#23961 is completed.
With the November 2016 release of VS Code, there is now support for launch.json templates. See microsoft/vscode#16937 for examples.
This is less interesting for the C# extension since we normally generate launch.json, but it is useful in a few cases --
We should add new templates for local launch, local attach, ssh launch and ssh attach.
The text was updated successfully, but these errors were encountered: