ry-blocks/.vscode/settings.json

13 lines
283 B
JSON
Raw Permalink Normal View History

2020-08-06 22:49:43 +03:00
{
2021-08-10 17:26:47 +03:00
"editor.formatOnSave": true,
"workbench.colorTheme": "Halcyon",
2021-08-10 17:26:47 +03:00
"search.useGlobalIgnoreFiles": true,
"files.watcherExclude": {
"**/.spago/**": true,
"**/output/**": true,
"**/node_modules/**": true,
"**/.storybook/**": true,
"**/.github/**": true
}
2022-08-01 11:20:55 +03:00
}