chore: tweak

This commit is contained in:
pengzhanbo 2024-07-19 03:17:49 +08:00
parent 936b0b4851
commit 9829013c93
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,8 @@
{
"recommendations": [
"vue.volar",
"dbaeumer.vscode-eslint"
"dbaeumer.vscode-eslint",
"stylelint.vscode-stylelint",
"DavidAnson.vscode-markdownlint"
]
}

2
.vscode/launch.json vendored
View File

@ -11,7 +11,7 @@
"name": "docs:dev",
"type": "node-terminal",
"request": "launch",
"command": "pnpm run docs"
"command": "pnpm run docs:dev"
},
{
"name": "docs:build",

View File

@ -82,8 +82,6 @@
"twoslash",
"vite",
"vuepress",
"vueuse",
"Windi",
"Windicss"
"vueuse"
]
}