vscode settings added

This commit is contained in:
Pranav 2023-01-07 16:55:57 +00:00
parent a0bdbc7c55
commit 481ac18192

View file

@ -1,3 +1,6 @@
{
"git.ignoreLimitWarning": true
"git.ignoreLimitWarning": true,
"cSpell.words": [
"Datainjection"
]
}