chore: add VS Code configuration for the project

Added necessary vscode extensions and settings for a flawless development experience
pull/4695/head
Okinea Dev 5 months ago
parent 1ec84c1504
commit 7b68e230ad
No known key found for this signature in database
GPG Key ID: 07944BC5E01E7B43

1
.gitignore vendored

@ -7,7 +7,6 @@
.idea
.temp
.vite_opt_cache
.vscode
dist
cache
temp

@ -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"
}

@ -14,6 +14,7 @@
"repository": "github:vuejs/vitepress",
"license": "MIT",
"author": "Evan You",
"funding": "https://github.com/vuejs/vitepress?sponsor",
"type": "module",
"exports": {
".": {

Loading…
Cancel
Save