ash_postgres/.vscode/settings.json

12 lines
238 B
JSON
Raw Normal View History

{
"workbench.colorCustomizations": {
"activityBar.background": "#113421",
"titleBar.activeBackground": "#18482E",
"titleBar.activeForeground": "#F4FBF7"
2022-03-29 15:30:27 +13:00
},
"cSpell.words": [
"citext",
"mapset",
"strpos"
]
}