Skip to content

Commit

Permalink
Suppress VS Code git limit warnings during package install
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Aug 7, 2023
1 parent 1f63aba commit 131cb1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@

// transpiled JavaScript
"lib": true,
}
},
// Installing a new Node package often triggers VS Code's git limit warnings as there is typically
// an intermediate stage where many files are modified. This setting suppresses these warnings.
"git.ignoreLimitWarning": true
}

0 comments on commit 131cb1a

Please sign in to comment.