From a0206bc6e246867405011589b5213682e3896fe6 Mon Sep 17 00:00:00 2001 From: zhaoyingbo Date: Thu, 25 Jul 2024 01:11:07 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0.vscode=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- .vscode/settings.json | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 52962c2..1e73511 100644 --- a/.gitignore +++ b/.gitignore @@ -49,7 +49,7 @@ profile-* .idea # vscode -.vscode +# .vscode *code-workspace # clinic diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..f0025be --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,15 @@ +{ + "cSpell.words": [ + "bunx", + "CEINTL", + "Chakroun", + "commitlint", + "dbaeumer", + "devcontainers", + "eamodio", + "esbenp", + "Gruntfuggly", + "tseslint", + "wlpbbgiky" + ] +}