X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=2395c8ee4fcedc6ba6ed0ca10c5e7167385569fc;hb=175311cf49068e5acac5c88c86a1eda6d41ddc56;hp=b7b65d32c3a8b46877bd565807bf2076f30546a2;hpb=edf8ce4e11eb0105038fcc236a2049c16b6175d2;p=poolifier.git diff --git a/.vscode/settings.json b/.vscode/settings.json index b7b65d32..2395c8ee 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" }, "cSpell.words": [ "Alessandro", @@ -8,6 +8,7 @@ "autobuild", "autocannon", "Benoit", + "biomejs", "bufferutil", "caffeinate", "cloneable", @@ -15,23 +16,24 @@ "commitlint", "Dependabot", "deque", + "deregisters", "eventloop", "Fastify", "FOSS", "Gitter", "inheritDoc", - "IWWR", + "IWRR", "jaywcjlove", "lcov", "libuv", "loglevel", "markdownlint", + "maxdepth", "microjob", "microtime", "mochawesome", "MYBENCH", "nanothreads", - "nocombine", "nproc", "octocat", "opencollective", @@ -56,7 +58,7 @@ "workerpool" ], "sonarlint.connectedMode.project": { - "connectionId": "pioardi", - "projectKey": "pioardi_poolifier" + "connectionId": "poolifier", + "projectKey": "poolifier_poolifier" } }