From 1e356cb8415544603ccb00f51fdaf037089e265f Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 18 Jun 2019 01:13:03 -0400 Subject: [PATCH] Remove .vscode/settings.json git.ignoreLimitWarning (#4766) --- .vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index af3c3c3b3af..22803497de8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -25,6 +25,5 @@ // Always use project's provided typescript compiler version "typescript.tsdk": "node_modules/typescript/lib", - "files.eol": "\n", - "git.ignoreLimitWarning": true + "files.eol": "\n" }