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": [ "recommendations": [
"vue.volar", "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", "name": "docs:dev",
"type": "node-terminal", "type": "node-terminal",
"request": "launch", "request": "launch",
"command": "pnpm run docs" "command": "pnpm run docs:dev"
}, },
{ {
"name": "docs:build", "name": "docs:build",

View File

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