From ab1871bb8ebd704effebf9eef3f87318e230b48b Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Sun, 17 Apr 2022 01:29:09 -0500 Subject: [PATCH] Added words to workspace dictionary. --- .vscode/settings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6bc39f3..cb96382 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,8 @@ { "cSpell.words": [ "audioshowkit", + "ckeditor", + "easings", "linebreak", "songplayer" ],