Remove deprecated vscode extension

This commit is contained in:
Magnus Walbeck 2021-12-22 23:08:18 +01:00
parent 35bc569542
commit ce6fbc9ecf
No known key found for this signature in database
GPG Key ID: CCB78CFF3F950769
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@
// List of extensions which should be recommended for users of this workspace. // List of extensions which should be recommended for users of this workspace.
"recommendations": [ "recommendations": [
"esbenp.prettier-vscode", "esbenp.prettier-vscode",
"stylelint.vscode-stylelint", "stylelint.vscode-stylelint"
"coenraads.bracket-pair-colorizer-2"
], ],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace. // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [] "unwantedRecommendations": []