X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=c3f751029959e1af51c9a75691f7b5e9b64c7f50;hb=f1287bcf894237817cb61637d156d650184c4c65;hp=a3b7be463ee322a37ebcf231a97425674246a1e2;hpb=79a15c63aeffb999bdd7d20de78fef6e5f29e196;p=poolifier.git diff --git a/.vscode/settings.json b/.vscode/settings.json index a3b7be46..c3f75102 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" }, "cSpell.words": [ "Alessandro", @@ -16,23 +16,26 @@ "commitlint", "Dependabot", "deque", + "deregisters", "eventloop", "Fastify", + "fastpath", "FOSS", "Gitter", "inheritDoc", - "IWWR", + "IWRR", "jaywcjlove", "lcov", "libuv", + "linebreak", "loglevel", "markdownlint", + "maxdepth", "microjob", "microtime", "mochawesome", "MYBENCH", "nanothreads", - "nocombine", "nproc", "octocat", "opencollective", @@ -57,7 +60,7 @@ "workerpool" ], "sonarlint.connectedMode.project": { - "connectionId": "pioardi", - "projectKey": "pioardi_poolifier" + "connectionId": "poolifier", + "projectKey": "poolifier_poolifier" } }