mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
chore: Update recommend extensions
This commit is contained in:
parent
5e67514330
commit
32596726f7
1 changed files with 4 additions and 1 deletions
5
.vscode/extensions.json
vendored
5
.vscode/extensions.json
vendored
|
|
@ -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": []
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue