X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=1ca6758d3b5b151ec881db4059fba760c2f71878;hb=b1577cd97272354f930ee506a09a4d930903c68c;hp=e720aad139674ce8bb0b65803cad371a8f29f27e;hpb=cf6addc6fa4221899ec2ec842955e4ab61dd2a6d;p=poolifier.git diff --git a/.vscode/settings.json b/.vscode/settings.json index e720aad1..1ca6758d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,47 +1,65 @@ { "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" }, "cSpell.words": [ "Alessandro", "Ardizio", "autobuild", + "autocannon", "Benoit", + "biomejs", + "bufferutil", "caffeinate", + "cloneable", "codeql", + "commitlint", "Dependabot", + "deque", + "deregisters", + "eventloop", + "Fastify", "FOSS", "Gitter", "inheritDoc", + "IWRR", "jaywcjlove", "lcov", "libuv", + "linebreak", "loglevel", - "MYBENCH", "markdownlint", + "maxdepth", "microjob", "microtime", "mochawesome", - "nocombine", - "OPTARG", + "MYBENCH", + "nanothreads", + "nproc", "octocat", "opencollective", + "OPTARG", "Parens", "piment", + "pioardi", "poolifier", "poolify", - "serializable", + "preinstall", + "Quadflieg", "Shinigami", "sonarsource", "suchmokuo", "threadjs", + "THREADPOOL", "threadwork", + "tinypool", + "trimmable", "tsdoc", "typedoc", "workerpool" ], "sonarlint.connectedMode.project": { - "connectionId": "pioardi", - "projectKey": "pioardi_poolifier" + "connectionId": "poolifier", + "projectKey": "poolifier_poolifier" } }