From a40f37c92788c0b287f72184e2799aa86e5a0753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=91=E7=99=BD?= <2285697543@qq.com> Date: Wed, 29 Nov 2023 12:37:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 42ab89c..19f4a06 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,8 @@ "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, - "editor.formatOnSave": false + "editor.formatOnSave": false, + "cSpell.words": [ + "gamecreator" + ] }