From ac9092d64dfc202a64cfe5578c804aad6804fc51 Mon Sep 17 00:00:00 2001 From: zcf0508 Date: Wed, 6 Sep 2023 19:01:58 +0800 Subject: [PATCH] chore: add vscode recommend extensions --- .vscode/extensions.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .vscode/extensions.json diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..af80971 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,10 @@ +{ + "recommendations": [ + "vue.volar", + "vue.vscode-typescript-vue-plugin", + "voorjaar.windicss-intellisense", + "antfu.unocss", + "yoavbls.pretty-ts-errors", + "amodio.tsl-problem-matcher", + ] +} \ No newline at end of file