From 81df5dcfc0d4308fdfc34aa07d2fa35548b1b140 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Fri, 8 Feb 2019 22:10:19 +0000 Subject: [PATCH] build: show no warning for large git repos (#28055) This warning pops up every time you try to run a node debug session via bazel. It is not important. PR Close #28055 --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8172a6def2..0fa0d13829 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,4 +15,5 @@ "**/bazel-out": true, "**/dist": true, }, + "git.ignoreLimitWarning": true, } \ No newline at end of file