chore: remove .vscode files from git tracking

.vscode files should not be committed as they contain personal IDE settings.
These are already properly ignored in .gitignore.
This commit is contained in:
Ramon Perez 2025-07-30 13:20:13 +10:00
parent 469a0814f3
commit fd2fc35b48
2 changed files with 0 additions and 12 deletions

View File

@ -1,5 +0,0 @@
{
"recommendations": [
"esbenp.prettier-vscode"
]
}

View File

@ -1,7 +0,0 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
}
}