Skip to content

Name debug console automatically using launch.json file #176

@alon710

Description

@alon710

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)

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalityverification-neededVerification of issue is requestedverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions