Add development docs (#610)

Add documentation on how to develop woodpecker

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Lukas <lukas@slucky.de>
This commit is contained in:
Anbraten
2021-12-21 04:45:41 +01:00
committed by GitHub
parent 9c7691094a
commit 465d2c9d84
7 changed files with 239 additions and 3 deletions

15
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
// 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": []
}