X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=ebec4d23f67a2ada6ce297a94f948699520b52c7;hb=14b39b9c09ab382fa25dcb0d52c50b6d05a3affb;hp=010c3dc3be8920c42bf28fc4c72367fb08315c95;hpb=c7e196baa67e4deb14377afbd9d6d5f655e5c384;p=poolifier.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 010c3dc3..ebec4d23 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,29 +1,44 @@ { "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", + "fastpath", "FOSS", "Gitter", "inheritDoc", + "IWRR", "jaywcjlove", "lcov", "libuv", + "linebreak", "loglevel", "markdownlint", + "maxdepth", "microjob", "microtime", "mochawesome", "MYBENCH", - "nocombine", + "nanothreads", + "neostandard", + "npmjs", + "nproc", "octocat", "opencollective", "OPTARG", @@ -32,22 +47,24 @@ "pioardi", "poolifier", "poolify", + "positionals", "preinstall", "Quadflieg", - "serializable", "Shinigami", "sonarsource", "suchmokuo", "threadjs", "THREADPOOL", "threadwork", + "tinypool", "trimmable", "tsdoc", + "tseslint", "typedoc", "workerpool" ], "sonarlint.connectedMode.project": { - "connectionId": "pioardi", - "projectKey": "pioardi_poolifier" + "connectionId": "poolifier", + "projectKey": "poolifier_poolifier" } }