X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=f33169657f068cc6a45a9a8030f47747bc797f4e;hb=f07f82590c2912a3912a819ff7ca59c19ec6b074;hp=c7b5bbcd2b6d6edb5b2b73eed38edadfd77baf90;hpb=cb10a5b9340b0f2bb9789386bc3a038f1688e999;p=poolifier.git diff --git a/.vscode/settings.json b/.vscode/settings.json index c7b5bbcd..f3316965 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,46 +1,67 @@ { "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", - "MYBENCH", "markdownlint", + "maxdepth", "microjob", "microtime", "mochawesome", - "nocombine", - "OPTARG", + "MYBENCH", + "nanothreads", + "nproc", "octocat", "opencollective", + "OPTARG", + "Parens", "piment", + "pioardi", "poolifier", "poolify", - "serializable", + "positionals", + "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" } }