project-system icon indicating copy to clipboard operation
project-system copied to clipboard

Renaming a project should rename the project in the launch profiles as well

Open srivatsn opened this issue 8 years ago • 4 comments

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.

srivatsn avatar May 04 '17 06:05 srivatsn

Even better don't burn the project name there just treat empty as "current project"

davkean avatar May 04 '17 08:05 davkean

Validated.

adamint avatar Sep 01 '22 17:09 adamint

I want to work on this issue can you please assign it to me

soumya-ranjan-pratap avatar Oct 02 '23 08:10 soumya-ranjan-pratap

@soumya-ranjan-pratap feel free to put a PR together.

drewnoakes avatar Oct 09 '23 09:10 drewnoakes