diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 6151dbb7..8ddc5a26 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -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": [] }