1
0
Fork 0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-27 17:49:25 +00:00
woodpecker/.vscode/extensions.json

17 lines
502 B
JSON
Raw Normal View History

{
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"golang.go",
"EditorConfig.EditorConfig",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"bradlc.vscode-tailwindcss",
"Vue.volar",
"redhat.vscode-yaml",
"davidanson.vscode-markdownlint",
"stivo.tailwind-fold"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}