project-system
project-system copied to clipboard
Renaming a project should rename the project in the launch profiles as well
Create a launch profile for a project like so:
{
"profiles": {
"ConsoleApp20": {
"commandName": "Project",
"commandLineArgs": "asas"
}
}
}
Rename the project. The project name in the profile doesn't get updated.
Even better don't burn the project name there just treat empty as "current project"
Validated.
I want to work on this issue can you please assign it to me
@soumya-ranjan-pratap feel free to put a PR together.