Blame Raw
· · · 12 lines (542 B)
0 contributors
1{
2 // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3 // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4 // List of extensions which should be recommended for users of this workspace.
5 "recommendations": [
6 "dbaeumer.vscode-eslint",
7 "EditorConfig.EditorConfig",
8 "mrcrowl.easy-less"
9 ],
10 // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
11 "unwantedRecommendations": []
12}