Add .vscode/extensions.json and s3-nodejs-api/.zed/settings.json

This commit is contained in:
William Valentin
2025-08-30 19:17:49 -07:00
parent 7f93017686
commit 1991b9b6b6
2 changed files with 13 additions and 0 deletions

13
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [
]
}

View File