Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] The COMMIT_EDITMSG tab auto-closes unpredictably? #331

Open
melMass opened this issue Nov 14, 2023 · 0 comments
Open

[BUG] The COMMIT_EDITMSG tab auto-closes unpredictably? #331

melMass opened this issue Nov 14, 2023 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@melMass
Copy link

melMass commented Nov 14, 2023

Describe the bug

Since a few versions I think (and not in all projects..) the COMMIT_EDIT_MSG closes while I'm typing commit messages, which results in altering source code when typing fast which is a bit annoying

Screenshots

Not super clear, but here, it's closing while I type

commit

Application logs

The log while making tests for this issue:

[info] Conventional commits started.
[info] VSCode version: 1.85.0-insider
[info] Git version: 1.0.0
[info] VSCode Conventional Commits version: 1.25.0
[info] conventionalCommits.autoCommit: false
[info] conventionalCommits.silentAutoCommit: false
[info] conventionalCommits.emojiFormat: emoji
[info] conventionalCommits.gitmoji: true
[info] conventionalCommits.lineBreak: 
[info] conventionalCommits.promptBody: true
[info] conventionalCommits.promptCI: false
[info] conventionalCommits.promptFooter: true
[info] conventionalCommits.promptScopes: true
[info] conventionalCommits.scopes: bump version (0.1.2)
[info] conventionalCommits.showEditor: true
[info] conventionalCommits.showNewVersionNotes: true
[info] conventionalCommits.editor.keepAfterSave: false
[info] git.enableSmartCommit: false
[info] git.smartCommitChanges: all
[info] git.postCommitCommand: none
[info] _arg: c:\Users\User\dev\melMass\stable-diffusion\ComfyUI.git\custom_nodes\comfy_mtb_utils
[info] git.repositories: c:\Users\User\dev\melMass\stable-diffusion\ComfyUI.git\custom_nodes\comfy_mtb_utils\extern\frame_interpolation, c:\Users\User\dev\melMass\stable-diffusion\ComfyUI.git\custom_nodes\comfy_mtb_utils\ComfyUI-Manager.git, c:\Users\User\dev\melMass\stable-diffusion\ComfyUI.git\custom_nodes\comfy_mtb_utils\extern\GFPGAN, c:\Users\User\dev\melMass\stable-diffusion\ComfyUI.git\custom_nodes\comfy_mtb_utils
[info] workspaceFolders: c:\Users\User\dev\melMass\stable-diffusion\ComfyUI.git\custom_nodes\comfy_mtb_utils
[info] Load commitlint configuration successfully.
[info] commitlintRuleConfigs:
{}
[info] messageJSON:
{
  "_type": "style",
  "_scope": "",
  "_gitmoji": "🔥",
  "_subject": "zdsz",
  "_body": "",
  "_footer": "",
  "_ci": ""
}
[info] message:
style: 🔥 zdsz
[info] Show full commit message in a separate tab successfully.
[info] conventionalCommits finished successfully.
[info] The commit message tab has been disposed.
[info] finally inputBox.value:
style: 🔥 zdsz
@melMass melMass added the help wanted Extra attention is needed label Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants