Add mrcrowl.easy-less to recommended vscode extensions

This commit is contained in:
Cohee 2024-06-24 21:34:05 +03:00
parent 41ab90bb8e
commit db8fec7757
1 changed files with 2 additions and 1 deletions

View File

@ -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": []