X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=c3f751029959e1af51c9a75691f7b5e9b64c7f50;hb=d37f63bb1786e18571d4abf63b8f0c0b01d9a519;hp=b7b65d32c3a8b46877bd565807bf2076f30546a2;hpb=edf8ce4e11eb0105038fcc236a2049c16b6175d2;p=poolifier.git diff --git a/.vscode/settings.json b/.vscode/settings.json index b7b65d32..c3f75102 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,26 @@ "commitlint", "Dependabot", "deque", + "deregisters", "eventloop", "Fastify", + "fastpath", "FOSS", "Gitter", "inheritDoc", - "IWWR", + "IWRR", "jaywcjlove", "lcov", "libuv", + "linebreak", "loglevel", "markdownlint", + "maxdepth", "microjob", "microtime", "mochawesome", "MYBENCH", "nanothreads", - "nocombine", "nproc", "octocat", "opencollective", @@ -56,7 +60,7 @@ "workerpool" ], "sonarlint.connectedMode.project": { - "connectionId": "pioardi", - "projectKey": "pioardi_poolifier" + "connectionId": "poolifier", + "projectKey": "poolifier_poolifier" } }