Closed CagtayFabry closed 1 year ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
Indeed, message
gets overridden here:
It is quite interesting case of TypeScript not picking it up because it is in another scope (try-catch context).
Thanks for releasing with support for JupyterLab 4 ! Trying out the
0.50.0a0
release, I noticed that my commit messages (summary and/or description) are not registered with git, instead every commit showsCommitting changes...
as commit message.Description
When committing changes using the extension UI, the commit message is always set to
Committing changes...
. This can be verified usinggit log
or the history view of the extension (commitconsole
was created from command line):Reproduce
COMMIT
in the extension UIgit log
Expected behavior
The commit message summary and description provided by the user should be attached to the commit.
Context
Extension version:
Command Line Output
Web Browser Output