From 4be0617a0118ea0a525c3f1f7d591ec3bc677cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sat, 7 Jun 2025 06:03:53 +0200 Subject: [PATCH] Add additional words to cSpell configuration in settings.json --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8365cf7..8bd0ea9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,7 +10,10 @@ "markdownified", "markdownify", "pipx", - "thead" + "pyproject", + "thead", + "thelovinator", + "uvicorn" ], "python.analysis.typeCheckingMode": "basic" }