From 481ac18192264b63ecc7d4126bf4087d95580695 Mon Sep 17 00:00:00 2001 From: Pranav Date: Sat, 7 Jan 2023 16:55:57 +0000 Subject: [PATCH] vscode settings added --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3b66410..0390703 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,6 @@ { - "git.ignoreLimitWarning": true + "git.ignoreLimitWarning": true, + "cSpell.words": [ + "Datainjection" + ] } \ No newline at end of file