From dc2617c21869f29c3d2468546ae311255bf95dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20H=C3=BCttemann?= Date: Mon, 5 Jun 2023 13:57:15 +0200 Subject: [PATCH] Add cSpell workspace-specific dictionary --- .vscode/settings.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..50774c3 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,13 @@ +{ + "cSpell.words": [ + "homeserver", + "markdownlint", + "mongoexport", + "notadmin", + "readlines", + "rocketchat", + "sqlite", + "typeorm", + "verdiadmin" + ] +}