X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=2395c8ee4fcedc6ba6ed0ca10c5e7167385569fc;hb=b91134ce1c0d673b62091e945a1271d08749af55;hp=ca3cac1325e8b91053149ea94a0149831f56cac3;hpb=2f8c5b5c1182f698efe07d327359bef934af3a29;p=poolifier.git diff --git a/.vscode/settings.json b/.vscode/settings.json index ca3cac13..2395c8ee 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,36 +1,64 @@ { "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", "loglevel", "markdownlint", + "maxdepth", "microjob", "microtime", "mochawesome", "MYBENCH", + "nanothreads", + "nproc", + "octocat", + "opencollective", + "OPTARG", + "Parens", "piment", + "pioardi", "poolifier", "poolify", - "prettierx", - "serializable", + "preinstall", + "Quadflieg", "Shinigami", - "standardx", + "sonarsource", "suchmokuo", "threadjs", + "THREADPOOL", "threadwork", + "tinypool", + "trimmable", + "tsdoc", + "typedoc", "workerpool" ], "sonarlint.connectedMode.project": { - "connectionId": "pioardi", - "projectKey": "pioardi_poolifier" + "connectionId": "poolifier", + "projectKey": "poolifier_poolifier" } }