chore(dev): add vscode-vite config (#4161)

This commit is contained in:
三咲智子 2021-11-02 23:41:43 +08:00 committed by GitHub
parent 6bba6d3a80
commit d72d421b40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,7 @@
"johnsoncodehk.volar",
"johnsoncodehk.vscode-typescript-vue-plugin",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
"esbenp.prettier-vscode",
"antfu.vite"
]
}

View File

@ -22,5 +22,6 @@
"html",
"vue",
"markdown"
]
],
"vite.devCommand": "pnpm run dev -- --"
}