Files
online-energieausweis/.vscode/settings.json
2024-05-15 16:24:23 +07:00

10 lines
216 B
JSON

{
"i18n-ally.localesPaths": [
"public/locales"
],
"typescript.tsdk": "node_modules/typescript/lib",
"workbench.colorCustomizations": {
"minimap.background": "#00000000",
"scrollbar.shadow": "#00000000"
}
}