-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Closed
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
Today users can change consoles names manually after executing their code
I want to be able to change to console name before I launch my application using to 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",
}
]
}More info here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality
