Skip to content

Commit 131cb1a

Browse files
committed
Suppress VS Code git limit warnings during package install
1 parent 1f63aba commit 131cb1a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66

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

0 commit comments

Comments
 (0)