mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-12 12:15:00 +00:00
1ac2c42652
* Implement database changes and store methods for global and organization secrets * Add tests for new store methods * Add organization secret API and UI * Add global secrets API and UI * Add suggestions * Update warning style * Apply suggestions from code review Co-authored-by: Anbraten <anton@ju60.de> * Fix lint warning Co-authored-by: Anbraten <anton@ju60.de>
15 lines
480 B
JSON
15 lines
480 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"
|
|
],
|
|
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
|
"unwantedRecommendations": []
|
|
}
|