From 28aeb84c505e36d96224b2614f711914edc78dc6 Mon Sep 17 00:00:00 2001 From: yoxu Date: Thu, 4 Sep 2025 22:53:58 +0200 Subject: [PATCH] Change choose system for the witch and revert commit c55315fa3e --- .gitignore | 2 +- .vscode/settings.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index d779048..5290d13 100644 --- a/.gitignore +++ b/.gitignore @@ -199,7 +199,7 @@ cython_debug/ # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore # and can be added to the global gitignore or merged into this file. However, if you prefer, # you could uncomment the following to ignore the entire vscode folder - .vscode/ +# .vscode/ # Ruff stuff: .ruff_cache/ diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..0455c60 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "potionchoice" + ] +} \ No newline at end of file