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

Name debug console automatically using launch.json file #176

Closed
alon710 opened this issue Jan 15, 2024 · 1 comment · Fixed by #319
Closed

Name debug console automatically using launch.json file #176

alon710 opened this issue Jan 15, 2024 · 1 comment · Fixed by #319
Assignees
Labels
feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@alon710
Copy link

alon710 commented Jan 15, 2024

Today users can change console names manually after executing their code

image

I want to be able to change the console name before I launch my application using the launch.json configuration file
for example:

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Module Name",
            "type": "python",
            "request": "launch",
            "module": "path.to.module",
            "consoleName": "My Console Name" // or apply the name of the module automatically
        }
    ]
}

The team at Vascode has introduced support for this feature, but its implementation is also required in the Python extension.
microsoft/vscode#128108 (comment)

@alon710 alon710 added the feature-request Request for new features or functionality label Jan 15, 2024
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Jan 15, 2024
@anthonykim1 anthonykim1 transferred this issue from microsoft/vscode-python Jan 16, 2024
@paulacamargo25 paulacamargo25 removed the triage-needed Needs assignment to the proper sub-team label Jan 17, 2024
@paulacamargo25
Copy link
Contributor

Thanks for the feature request! We are going to give the community 60 days from when this issue was created to provide 7 👍 upvotes on the opening comment to gauge general interest in this idea. If there's enough upvotes then we will consider this feature request in our future planning. If there's unfortunately not enough upvotes then we will close this issue.

@paulacamargo25 paulacamargo25 added this to the April 2024 milestone Mar 27, 2024
@deepak1556 deepak1556 added the verification-needed Verification of issue is requested label Apr 23, 2024
@andreamah andreamah added the verified Verification succeeded label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants