mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
8a8a3307a1
* feat!: using new plugin loader Already implemented here https://github.com/verdaccio/verdaccio/pull/3370 * format * Update index.ts * update ci * fix workflow * Update e2e-angular-cli-workflow.yml * Update e2e-jest-workflow.yml * ci * test * Create e2e-audit-workflow.yml * Create e2e-next-cli-workflow.yml * Delete e2e-next-cli-workflow.yml * chore: replace storage plugin loader * Update local-storage.spec.ts * remove cache * auth plugin loader * format
12 lines
520 B
JSON
12 lines
520 B
JSON
{
|
|
// See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
|
|
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
|
|
// List of extensions which should be recommended for users of this workspace.
|
|
"recommendations": [
|
|
"EditorConfig.EditorConfig",
|
|
"dbaeumer.vscode-eslint",
|
|
"esbenp.prettier-vscode"
|
|
],
|
|
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
|
"unwantedRecommendations": []
|
|
}
|