From 05a458c42251e3d6cd2d041b6d6e1578d99dff42 Mon Sep 17 00:00:00 2001 From: Kolja Lampe Date: Sun, 1 Sep 2019 17:10:54 +0200 Subject: [PATCH] Add more words to dictionary --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index dfb67b9..195fc7f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,6 +5,9 @@ "typescript.preferences.quoteStyle": "single", "editor.tabSize": 2, "cSpell.words": [ - "execa" + "Jsons", + "execa", + "globby", + "promisify" ] } \ No newline at end of file