X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=1ca6758d3b5b151ec881db4059fba760c2f71878;hb=b1577cd97272354f930ee506a09a4d930903c68c;hp=010c3dc3be8920c42bf28fc4c72367fb08315c95;hpb=c7e196baa67e4deb14377afbd9d6d5f655e5c384;p=poolifier.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 010c3dc3..1ca6758d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,29 +1,41 @@ { "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", "markdownlint", + "maxdepth", "microjob", "microtime", "mochawesome", "MYBENCH", - "nocombine", + "nanothreads", + "nproc", "octocat", "opencollective", "OPTARG", @@ -34,20 +46,20 @@ "poolify", "preinstall", "Quadflieg", - "serializable", "Shinigami", "sonarsource", "suchmokuo", "threadjs", "THREADPOOL", "threadwork", + "tinypool", "trimmable", "tsdoc", "typedoc", "workerpool" ], "sonarlint.connectedMode.project": { - "connectionId": "pioardi", - "projectKey": "pioardi_poolifier" + "connectionId": "poolifier", + "projectKey": "poolifier_poolifier" } }