mirror of https://github.com/vuejs/vitepress
Merge 6cc78cbf0d
into 2b77fb3a72
commit
0275bc5de3
@ -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