Claude Code

This commit is contained in:
Boris Cherny 2025-02-22 09:23:42 -08:00
commit bd5ca708ad
No known key found for this signature in database
6 changed files with 315 additions and 0 deletions

8
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,8 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"ms-vscode-remote.remote-containers",
"eamodio.gitlens"
]
}