diff options
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index a3606ef..3f638b5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,8 @@ "**/**.js": { "when": "$(basename).tsx" } - } + }, + "cSpell.words": [ + "fileupload" + ] }
\ No newline at end of file |