From 608091511c936c678f5f22c13557fe3696c4b146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E4=BA=91=E9=A3=9E?= Date: Fri, 25 Feb 2022 17:16:03 +0800 Subject: [PATCH] feat:add vscode settings.json --- .vscode/settings.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..8846ead --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,21 @@ +{ + "cSpell.words": [ + "atrule", + "colspan", + "compositionend", + "compositionstart", + "contextmenu", + "deletable", + "inputarea", + "prismjs", + "resizer", + "richtext", + "rowmargin", + "rowspan", + "TEXTLIKE", + "trlist", + "vite", + "Yahei" + ], + "typescript.tsdk": "node_modules/typescript/lib" +} \ No newline at end of file