woodpecker/.vscode/extensions.json

16 lines
490 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",
"voorjaar.windicss-intellisense",
"johnsoncodehk.volar",
"redhat.vscode-yaml",
"davidanson.vscode-markdownlint"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}