How do you enable this extension for git commit
messages?
#3227
Answered
by
Jason3S
hamirmahal
asked this question in
Q&A
-
I tried add |
Beta Was this translation helpful? Give feedback.
Answered by
Jason3S
May 5, 2024
Replies: 2 comments 1 reply
-
Screen recording of issueScreencast.from.05-05-2024.01.01.14.AM.webm |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is always a bit of a mystery the name VS Code uses for a file type, and they change between releases of VS Code. To find out: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hamirmahal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@hamirmahal,
It is always a bit of a mystery the name VS Code uses for a file type, and they change between releases of VS Code. To find out:
Open the file in question (
.git/COMMIT_EDITMSG
in your case).Hover over
Spell
on the status bar:The hover message shows the reasons it is not spell checked.
git-commit
is the file type needed and you might need to edit your configuration if.git
has been excluded in theignorePaths
.