Skip to content

Commit 1033276

Browse files
committed
Add more cspell exceptions
1 parent a3981ea commit 1033276

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

.vscode/settings.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"ahlbrecht",
88
"alnum",
99
"Alsos",
10+
"analyse",
1011
"analysing",
1112
"arglist",
1213
"arglists",
@@ -24,11 +25,14 @@
2425
"calva",
2526
"Calva's",
2627
"calvapretty",
28+
"ccls",
2729
"chmod",
2830
"cibuilds",
2931
"circleci",
32+
"clangd",
3033
"classpath",
3134
"cljc",
35+
"cljd",
3236
"cljfmt",
3337
"cljfx",
3438
"cljify",
@@ -44,7 +48,9 @@
4448
"Cognitect",
4549
"Configurability",
4650
"cospaia",
51+
"cpcache",
4752
"Dallo",
53+
"darcs",
4854
"datafication",
4955
"debugable",
5056
"debugadapter",
@@ -68,10 +74,12 @@
6874
"Elisp",
6975
"enablement",
7076
"enablements",
77+
"ensime",
7178
"entrypoint",
7279
"errored",
7380
"ESPACEIALLY",
7481
"être",
82+
"eunit",
7583
"eval",
7684
"evals",
7785
"falsesomething",
@@ -82,6 +90,7 @@
8290
"filipe",
8391
"fipp",
8492
"foob",
93+
"fslckout",
8594
"FUBAR",
8695
"gifs",
8796
"Girardi",
@@ -139,6 +148,7 @@
139148
"parinfer",
140149
"pidfile",
141150
"piggieback",
151+
"pijul",
142152
"polyrepos",
143153
"postrelease",
144154
"pprint",
@@ -189,6 +199,7 @@
189199
"unpromote",
190200
"unpromoted",
191201
"unsets",
202+
"uuidv",
192203
"visibles",
193204
"vsce",
194205
"vscodevim",
@@ -233,5 +244,12 @@
233244
"cljsLaunchBuilds": [":calva-lib", ":test"]
234245
}
235246
}
236-
]
247+
],
248+
"workbench.colorCustomizations": {
249+
"sash.hoverBorder": "#ea9f6e",
250+
"titleBar.activeBackground": "#e48141",
251+
"titleBar.activeForeground": "#15202b",
252+
"titleBar.inactiveBackground": "#e4814199",
253+
"titleBar.inactiveForeground": "#15202b99"
254+
}
237255
}

0 commit comments

Comments
 (0)