ry-blocks/.vscode/settings.json
Mark Eibes 8049bd80dc
rip (#4)
* Port Storybook

* Remove extrablatt

* Improve cluster

* Magic Johnson

* Remove mentions of Plumage

And delete some unnecessary stuff

* Hä

* I have changed the code files

* Reexports for typeahead

* Bring Select back

* Fix dark mode of select

* Move out react-aria

* Export select properly

* Make select work I guess
2022-11-25 13:38:19 +01:00

13 lines
283 B
JSON

{
"editor.formatOnSave": true,
"workbench.colorTheme": "Halcyon",
"search.useGlobalIgnoreFiles": true,
"files.watcherExclude": {
"**/.spago/**": true,
"**/output/**": true,
"**/node_modules/**": true,
"**/.storybook/**": true,
"**/.github/**": true
}
}