X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=1ca6758d3b5b151ec881db4059fba760c2f71878;hb=refs%2Ftags%2Fv3.1.17;hp=867b65ff6268e39989d1e2b1a120dea4c17e204b;hpb=02749105fad5c3de792acbe23ed8dae1915ba2aa;p=poolifier.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 867b65ff..1ca6758d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,30 +1,40 @@ { "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", @@ -49,7 +59,7 @@ "workerpool" ], "sonarlint.connectedMode.project": { - "connectionId": "pioardi", - "projectKey": "pioardi_poolifier" + "connectionId": "poolifier", + "projectKey": "poolifier_poolifier" } }