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

Pre-launch Console Renaming in VSCode Using launch.json Configuration #22769

Open
alon710 opened this issue Jan 21, 2024 · 2 comments
Open

Pre-launch Console Renaming in VSCode Using launch.json Configuration #22769

alon710 opened this issue Jan 21, 2024 · 2 comments
Labels
community ask Feature request that the community expressed interest in feature-request Request for new features or functionality needs proposal Need to make some design decisions

Comments

@alon710
Copy link

alon710 commented Jan 21, 2024

Currently, users have the option to rename console titles after they have run their code manually.

image

I would like to have the capability to modify the console name prior to launching my application, utilizing the launch.json configuration file.

For instance:

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Module Name",
            "type": "python",
            "request": "launch",
            "module": "path.to.module",
            "consoleName": "My Console Name",
        }
    ]
}
  • The console name property can also be set automatically using the module name.

The VScode team has added a new feature following my request, enabling the Python extension to make use of it, as detailed in this discussion.

@alon710 alon710 added the feature-request Request for new features or functionality label Jan 21, 2024
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Jan 21, 2024
@karthiknadig karthiknadig added needs community feedback Awaiting community feedback and removed triage-needed Needs assignment to the proper sub-team labels Jan 22, 2024
Copy link

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.

@brettcannon
Copy link
Member

Thank you to everyone who upvoted this issue! Since the community showed interest in this feature request we will leave this issue open as something to consider implementing at some point in the future.

We do encourage people to continue 👍 the first/opening comment as it helps us prioritize our work based on what the community seems to want the most.

@brettcannon brettcannon added needs proposal Need to make some design decisions community ask Feature request that the community expressed interest in and removed needs community feedback Awaiting community feedback labels Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community ask Feature request that the community expressed interest in feature-request Request for new features or functionality needs proposal Need to make some design decisions
Projects
None yet
Development

No branches or pull requests

3 participants