1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00
verdaccio/.vscode/settings.json
Marc Bernard 3c6e6b9af7
chore: revert changes (#4745)
* chore: revert "Fix sidebar test"

This reverts commit 096d6349170657e17eb2af802a2187bc40f81cb4.

Sorry, this push should have gone to my fork only.

* chore: revert "Merge branch 'apm' into pr/mbtools/2"

This reverts commit 87fa9270a5fe35fb504a8632de4bfc7a09ab3699, reversing
changes made to dc2cd48a783bbbe4ecdecd9b4d41a8f35da95dd1.

Sorry, this push should have gone to my fork only.
2024-07-30 23:15:34 +02:00

11 lines
258 B
JSON

// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
"**/build": false,
"**/coverage": true,
".idea": true,
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}