mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-15 14:34:26 +00:00
465d2c9d84
Add documentation on how to develop woodpecker Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lukas <lukas@slucky.de>
15 lines
490 B
JSON
15 lines
490 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",
|
|
"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": []
|
|
}
|