X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=ffab16b61ea561d9845dfad3fcaddbb6a6795e67;hb=80ea4815f1ceca7ad5d6f895eaf3274341c4eff3;hp=20e48e2dfbfd2f4d3a1650c5d588a01086f94985;hpb=6677a3d36e9e7241c54db7cd69daa40f52fcbcb3;p=poolifier.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 20e48e2d..ffab16b6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,30 +1,43 @@ { "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", + "mitata", "mochawesome", "MYBENCH", - "nocombine", + "nanothreads", + "nproc", "octocat", "opencollective", "OPTARG", @@ -33,6 +46,7 @@ "pioardi", "poolifier", "poolify", + "positionals", "preinstall", "Quadflieg", "Shinigami", @@ -48,7 +62,7 @@ "workerpool" ], "sonarlint.connectedMode.project": { - "connectionId": "pioardi", - "projectKey": "pioardi_poolifier" + "connectionId": "poolifier", + "projectKey": "poolifier_poolifier" } }