How To Set Multiple Launch.json Or Different Arguments In Same Project Folder At Visual Studio Code?
I usually run python code at Visual Studio Code. And sometimes I open a folder which contains several applications. For example, I use examples repository like https://github.com/p
Solution 1:
As you had begun to realize, VS Code allows for multiple launch configurations.
You can create one (or another) configuration by going to the debug menu on the left side of the window, clicking the dropdown for selecting which launch configuration to use, and clicking Add Configuration
.
When you want to switch configurations, just select the one you want to use from the same dropdown menu.
Post a Comment for "How To Set Multiple Launch.json Or Different Arguments In Same Project Folder At Visual Studio Code?"