chore: remove vscode from gitignore

This commit is contained in:
2026-03-10 20:50:30 +08:00
parent b9c0f3025c
commit 21890ac5eb
5 changed files with 37 additions and 1 deletions

11
.vscode/mcp.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"servers": {
"heroui-react": {
"command": "npx",
"args": [
"-y",
"@heroui/react-mcp@latest"
]
}
}
}