This commit is contained in:
mathuo 2020-10-17 21:50:29 +01:00
parent 95b74218f8
commit a9d432f052

View File

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