X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=c3f751029959e1af51c9a75691f7b5e9b64c7f50;hb=89deeae8ee95400adf8ce1b92572e1ce96c9853a;hp=3ae20ea4afe7b9dc2b0b2c8a5386afe43f30874d;hpb=574b351dcb46b90a6a8d0ffb15b5016392e5a63f;p=poolifier.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 3ae20ea4..c3f75102 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,34 +1,41 @@ { "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", "mochawesome", "MYBENCH", "nanothreads", - "nocombine", "nproc", "octocat", "opencollective", @@ -53,7 +60,7 @@ "workerpool" ], "sonarlint.connectedMode.project": { - "connectionId": "pioardi", - "projectKey": "pioardi_poolifier" + "connectionId": "poolifier", + "projectKey": "poolifier_poolifier" } }