uppy/.vscode/uppy.code-workspace

23 lines
468 B
Text

{
"folders": [
{
"path": ".."
}
],
"settings": {
"editor.defaultFormatter": "biomejs.biome",
"workbench.colorCustomizations": {
"titleBar.activeForeground": "#ffffff",
"titleBar.activeBackground": "#ff009d"
},
"search.exclude": {
"node_modules/": true,
"dist/": true,
"lib/": true,
"yarn-error.log": true,
"npm-debug.log": true,
"nohup.out": true,
"yarn.lock": true
}
}
}