From 239cd2dc2b591eece02a3df8d6dae51ccd82876b Mon Sep 17 00:00:00 2001 From: Daniel Czarnievicz <16988051+daczarne@users.noreply.github.com> Date: Sun, 28 Sep 2025 23:44:50 +0200 Subject: [PATCH] Update settings and dicts --- .cspell.json | 4 ++-- .vscode/settings.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.cspell.json b/.cspell.json index 20957cf..588927e 100644 --- a/.cspell.json +++ b/.cspell.json @@ -29,8 +29,8 @@ ], "overrides": [ { - "filename": "**/*.py", - "languageId": "python", + "filename": "**/*.html", + "languageId": "html", }, { "filename": "**/*.yaml", diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1 @@ +{}