ash_hq/.vscode/settings.json

24 lines
426 B
JSON
Raw Normal View History

2022-03-21 17:43:24 +13:00
{
"workbench.colorCustomizations": {
"activityBar.background": "#541337",
"titleBar.activeBackground": "#761B4E",
"titleBar.activeForeground": "#FEFCFD"
2022-03-29 08:47:43 +13:00
},
"cSpell.words": [
2022-04-02 08:11:17 +13:00
"Callout",
2022-03-29 08:47:43 +13:00
"citext",
"dsls",
"Heroicons",
"noreply",
"ossp",
"plainto",
2022-03-30 05:12:28 +13:00
"postprocessor",
2022-03-29 08:47:43 +13:00
"setweight",
"tailwindcss",
2022-03-30 05:12:28 +13:00
"topbar",
2022-03-29 08:47:43 +13:00
"trgm",
"tsquery",
"tsvector",
"Tsvector"
]
2022-03-21 17:43:24 +13:00
}