Update cspell words
[poolifier.git] / .vscode / settings.json
1 {
2 "editor.codeActionsOnSave": {
3 "source.fixAll": true
4 },
5 "cSpell.words": [
6 "Alessandro",
7 "Ardizio",
8 "Benoit",
9 "caffeinate",
10 "Dependabot",
11 "FOSS",
12 "Gitter",
13 "inheritDoc",
14 "lcov",
15 "libuv",
16 "loglevel",
17 "markdownlint",
18 "microjob",
19 "microtime",
20 "mochawesome",
21 "MYBENCH",
22 "octocat",
23 "opencollective",
24 "OPTARG",
25 "piment",
26 "poolifier",
27 "poolify",
28 "serializable",
29 "Shinigami",
30 "suchmokuo",
31 "threadjs",
32 "threadwork",
33 "workerpool"
34 ],
35 "sonarlint.connectedMode.project": {
36 "connectionId": "pioardi",
37 "projectKey": "pioardi_poolifier"
38 }
39 }