X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=1ca6758d3b5b151ec881db4059fba760c2f71878;hb=b1577cd97272354f930ee506a09a4d930903c68c;hp=7fd27c9317e81e6b5e3b3a60359118eb0d3d3af4;hpb=5bc1986003cb6089846fde707ec9bb6afbaf28d5;p=poolifier.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 7fd27c93..1ca6758d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,12 +1,14 @@ { "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" }, "cSpell.words": [ "Alessandro", "Ardizio", "autobuild", + "autocannon", "Benoit", + "biomejs", "bufferutil", "caffeinate", "cloneable", @@ -14,23 +16,25 @@ "commitlint", "Dependabot", "deque", + "deregisters", "eventloop", "Fastify", "FOSS", "Gitter", "inheritDoc", - "IWWR", + "IWRR", "jaywcjlove", "lcov", "libuv", + "linebreak", "loglevel", "markdownlint", + "maxdepth", "microjob", "microtime", "mochawesome", "MYBENCH", "nanothreads", - "nocombine", "nproc", "octocat", "opencollective", @@ -55,7 +59,7 @@ "workerpool" ], "sonarlint.connectedMode.project": { - "connectionId": "pioardi", - "projectKey": "pioardi_poolifier" + "connectionId": "poolifier", + "projectKey": "poolifier_poolifier" } }