Skip to content

Sharing the command line arguments between multiple sln files #192

@zedmilner

Description

@zedmilner

I have multiple different folders with the same project (working on different branches of the same codebase), where it would be ideal to share the same list of possible command line options between all these sln files (they have the same startup projects).

Most often I have multiple Visual Studio instances open at the same time so it would be great if making changes in one instance would immediately show up in the other running instances, instead of overwriting each other's changes.

While having the same list of possible command line arguments would be ideal, I'd like to be able to enable/disable them on a per solution basis.

I tried to use the "Use custom JSON Path" option to save the settings to a JSON file, but that file never gets created.

Image

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions