Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'name'/'desc' fields to makefile.launchConfigurations ? #568

Open
codefrogs opened this issue Feb 29, 2024 · 1 comment
Open

Add 'name'/'desc' fields to makefile.launchConfigurations ? #568

codefrogs opened this issue Feb 29, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@codefrogs
Copy link

Currently we might have in settings.json:

"makefile.launchConfigurations": [
        {                        
            "cwd": "${workspaceFolder}/build/debug",
            "binaryPath": "${workspaceFolder}/build/debug/my_app",
            "binaryArgs": ["-L 3", "-D"]
        }
    ]

I would be nice to give configurations a name, and description, e.g.

"makefile.launchConfigurations": [
        {
            "name": "Logging (debug mem)"
            "desc": "Sets logging level to 3, and turns on memory debug checks."
            "cwd": "${workspaceFolder}/build/debug",
            "binaryPath": "${workspaceFolder}/build/debug/my_app",
            "binaryArgs": ["-L 3", "-D m"]
        }
    ]
@Yingzi1234 Yingzi1234 added question Further information is requested fixed-pending-release Fix is merged and will be included in the next release. Feature: Build Related to the build commands, UI triggers and makefile targets more upvotes needed More upvotes from the community are needed for us to prioritize this. enhancement New feature or request and removed question Further information is requested fixed-pending-release Fix is merged and will be included in the next release. triage Feature: Build Related to the build commands, UI triggers and makefile targets more upvotes needed More upvotes from the community are needed for us to prioritize this. labels Mar 7, 2024
@Yingzi1234
Copy link
Collaborator

@gcampbell-msft
The user's issue is that he wants to configure a name, and description for Settings.json file. I've triaged this issue as "enhancement", please feel free if we triaged incorrectly. Thanks!

@gcampbell-msft gcampbell-msft added this to the Backlog milestone Mar 7, 2024
@Yingzi1234 Yingzi1234 added more info needed More info is needed from the community for us to properly triage and investigate and removed more info needed More info is needed from the community for us to properly triage and investigate labels Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants