chore: Update recommend extensions

This commit is contained in:
JJ-Cronos 2024-05-17 11:09:02 +02:00
parent 5e67514330
commit 32596726f7

View file

@ -3,7 +3,10 @@
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": ["ms-vscode-remote.remote-containers"],
"recommendations": [
"ms-vscode-remote.remote-containers",
"njpwerner.autodocstring"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}