X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=c3f751029959e1af51c9a75691f7b5e9b64c7f50;hb=9630d369352be4d41a8a3c9ffddbf83e22009d16;hp=a0f050b9b14b0129b701a2c7c9140082a7ea8216;hpb=dbad41b9e3224e26ac6d29d5570816bca675f9ca;p=poolifier.git diff --git a/.vscode/settings.json b/.vscode/settings.json index a0f050b9..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", @@ -19,13 +19,15 @@ "deregisters", "eventloop", "Fastify", + "fastpath", "FOSS", "Gitter", "inheritDoc", - "IWWR", + "IWRR", "jaywcjlove", "lcov", "libuv", + "linebreak", "loglevel", "markdownlint", "maxdepth", @@ -58,7 +60,7 @@ "workerpool" ], "sonarlint.connectedMode.project": { - "connectionId": "pioardi", - "projectKey": "pioardi_poolifier" + "connectionId": "poolifier", + "projectKey": "poolifier_poolifier" } }