Add "Reqs" to dictionary

This commit is contained in:
Daniel Lugo 2021-04-29 18:26:17 -04:00
parent 2be84451d1
commit 19cac63baa

View file

@ -3,5 +3,8 @@
"typescript.tsdk": "node_modules/typescript/lib", "typescript.tsdk": "node_modules/typescript/lib",
"debug.node.autoAttach": "on", "debug.node.autoAttach": "on",
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode",
"cSpell.words": [
"Reqs"
]
} }