Add short title to Run Selection/Line in Python Terminal command#25917
Add short title to Run Selection/Line in Python Terminal command#25917Jah-yee wants to merge 2 commits into
Conversation
Fixes microsoft#22008 Adds shortTitle to the python.execSelectionInTerminal command registration in the command palette menu, matching the shortTitle already present in the main command contribution.
There was a problem hiding this comment.
Pull request overview
This PR aims to make the “Run Selection/Line in Python Terminal” command display more concisely in space-constrained UI by adding a shortTitle contribution.
Changes:
- Adds a
shortTitleentry forpython.execSelectionInTerminalwithin thecommandPalettemenu contribution.
Show a summary per file
| File | Description |
|---|---|
| package.json | Adds a shortTitle field for the command within the contributes.menus.commandPalette entry. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Low
| "category": "Python", | ||
| "command": "python.execSelectionInTerminal", | ||
| "title": "%python.command.python.execSelectionInTerminal.title%", | ||
| "shortTitle": "%python.command.python.execSelectionInTerminal.shortTitle%", | ||
| "when": "!virtualWorkspace && shellExecutionSupported && editorLangId == python" |
|
👋 Hi! Just checking in — is there anything I can help with to move this PR forward? Happy to address any feedback! 🙏 |
|
👍 Looks good to merge — clean fix, thanks for contributing! |
|
Would it be possible to merge this PR? Happy to make any adjustments if needed. Thank you for your time! |
|
Thank you for this contribution! Bumping for visibility. 🙏 |
|
Since there has been no response from the maintainer for a while... |
|
Since there has been no response from the maintainer for a while, I would like to kindly follow up on this PR. I believe the fix is valuable and would love to contribute. Please let me know if any changes are needed, or if it can be merged. Thank you! |
|
Bump — ready to merge 🎯 |
|
Thanks for the fix! Gentle ping to see if this is ready for review. 👍 |
|
bump |
|
➿ bump (R337) |
|
🙌 bump |
Good day
This PR adds a short title to the "Run Selection/Line in Python Terminal" command (issue #22008).
A short title allows the command to display more concisely in the command palette and other UI locations where space is limited, while the full title is preserved for contexts where more detail is appropriate.
Thank you for your attention. If there are any issues or suggestions, please leave a comment and I will address them promptly.
Warmly,
RoomWithOutRoof