mirror of https://github.com/vuejs/vitepress
Added necessary vscode extensions and settings for a flawless development experiencepull/4695/head
parent
1ec84c1504
commit
7b68e230ad
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"recommendations": ["esbenp.prettier-vscode"]
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||||
|
|
||||||
|
"github.copilot.chat.commitMessageGeneration.instructions": [
|
||||||
|
{ "file": ".github/commit-convention.md" }
|
||||||
|
],
|
||||||
|
|
||||||
|
"typescript.tsdk": "node_modules/typescript/lib"
|
||||||
|
}
|
Loading…
Reference in new issue