From aba80284d3750b5b85f12a54b416875b3197ee25 Mon Sep 17 00:00:00 2001 From: Aadi Desai <21363892+supleed2@users.noreply.github.com> Date: Tue, 25 Apr 2023 00:44:25 +0100 Subject: [PATCH] Add cSpell dictionary to avoid typos in comments --- .vscode/settings.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c6cfc54 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "cSpell.words": [ + "omglol", + "pastebin", + "pathbuf", + "statuslog" + ] +} \ No newline at end of file