1
0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2024-09-20 19:47:33 +00:00
nextcloud-breeze-dark/.vscode/extensions.json
Magnus Walbeck a58dc593c2
Rewrite core styling #133 (#163)
Complete rewrite of core styling to realign with current Nextcloud, and rely more on CSS4 variable for theming.
2020-10-06 19:12:45 +02:00

14 lines
561 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"esbenp.prettier-vscode",
"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.
"unwantedRecommendations": []
}