Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
60
Research direction
The issue requests adding line length warnings in the Git editor, a functionality lost from the SCM textarea. The feature is likely implemented in the VS Code Git extension, which uses TypeScript. The existing implementation in the SCM textarea can be referenced (e.g., in the `git` extension's `textarea` code). The assignee is already working on this, so checking the related branch or discussions may provide more context. Key files might include `extensions/git/src/editor.ts` or similar.
Git - Support line length warnings in editor · Microsoft/vscode#153506 | Good First Issue