Pre-launch Console Renaming in VSCode Using launch.json Configuration #22769
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
Currently, users have the option to rename console titles after they have run their code manually.
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:
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.
The text was updated successfully, but these errors were encountered: