diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 1ac1c6e4f..4ea874ecc 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -4,7 +4,8 @@ // List of extensions which should be recommended for users of this workspace. "recommendations": [ "dbaeumer.vscode-eslint", - "EditorConfig.EditorConfig" + "EditorConfig.EditorConfig", + "mrcrowl.easy-less" ], // List of extensions recommended by VS Code that should not be recommended for users of this workspace. "unwantedRecommendations": []