aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index ca242662b..c897dd798 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -11,5 +11,6 @@
11 "**/.git/objects/**": true, 11 "**/.git/objects/**": true,
12 "**/.git/subtree-cache/**": true, 12 "**/.git/subtree-cache/**": true,
13 "**/target/**": true 13 "**/target/**": true
14 } 14 },
15 "git.ignoreLimitWarning": true
15} \ No newline at end of file 16} \ No newline at end of file