Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Git Diff WarningNew to Visual Studio Code? Get it now.
Git Diff Warning

Git Diff Warning

nanlei2000

|
866 installs
| (2) | Free
Warn if git diff line count is too big
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

README

screenshot

Features

  • Display git diff result in editor status bar realtime
  • Warn if git diff line count is too big

Setting

{
// Max counts for 'changed files','insertions','deletions',and 'insertions deletions sum'.Set `null` to ignore specific one.
  "gitDiffWarning.maxCountEachTypeAndSum": [
    null,
    200,
    200,
    200
  ]
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft