X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=1ca6758d3b5b151ec881db4059fba760c2f71878;hb=565b7e650d066907686308d9f9dc7b91e1881235;hp=a3b7be463ee322a37ebcf231a97425674246a1e2;hpb=6bd6f44c50ae027a5111c36c5ba57da4b607a036;p=poolifier.git diff --git a/.vscode/settings.json b/.vscode/settings.json index a3b7be46..1ca6758d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" }, "cSpell.words": [ "Alessandro", @@ -16,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", @@ -57,7 +59,7 @@ "workerpool" ], "sonarlint.connectedMode.project": { - "connectionId": "pioardi", - "projectKey": "pioardi_poolifier" + "connectionId": "poolifier", + "projectKey": "poolifier_poolifier" } }