diff --git a/.gitignore b/.gitignore index fe39c84..f748de4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,6 @@ dist-ssr stats.html # Editor directories and files -.vscode/extensions.json .idea *.suo *.ntvs* diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..f02e055 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,6 @@ +{ + "recommendations": [ + "Vue.volar", + "antfu.unocss" + ] +}