Microsoft/vscode

SCM Input - Display current line length for source control commit message input

Open

#81.029 geöffnet am 17. Sept. 2019

Auf GitHub ansehen
 (2 Kommentare) (8 Reaktionen) (1 zugewiesene Person)TypeScript (10.221 Forks)batch import
feature-requesthelp wantedscm

Repository-Metriken

Stars
 (74.848 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11h 43m) (1.000 gemergte PRs in 30 T)

Beschreibung

HI! I care a lot for 50/72 commit message rule and I depend a lot on VSCode's source control's commit message input. The problem is that I always start to write, and I wait for the warning to appear, then if I'm in title, (first line), I try to change what I intended to say to contain only 50 chars; and if I'm in description (lines after the break after the first line) I write as much as I get the warning, and then I go back to before the current word and insert a new line there (press enter). This pattern is becoming so annoying. I want to observe how much I'm writing on the current line. A screen shot of what I have in mind:

Screenshot from 2019-09-17 11-14-52

(note the small number in bottom right corner of the screen)

Contributor Guide