mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-10 17:45:36 +00:00
5b0d788737
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
16 lines
507 B
JSON
16 lines
507 B
JSON
{
|
|
// 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",
|
|
"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": []
|
|
}
|