X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=2395c8ee4fcedc6ba6ed0ca10c5e7167385569fc;hb=f8b3d84c1c95773a1e18d2c025d89d73c4f2ab15;hp=22ada289f168c59219f5d2186f0eb2a1ed9ab3c8;hpb=f4d1dbd1592e24d7a09f35013c3e0f0762240254;p=poolifier.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 22ada289..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", @@ -16,17 +16,19 @@ "commitlint", "Dependabot", "deque", + "deregisters", "eventloop", "Fastify", "FOSS", "Gitter", "inheritDoc", - "IWWR", + "IWRR", "jaywcjlove", "lcov", "libuv", "loglevel", "markdownlint", + "maxdepth", "microjob", "microtime", "mochawesome", @@ -56,7 +58,7 @@ "workerpool" ], "sonarlint.connectedMode.project": { - "connectionId": "pioardi", - "projectKey": "pioardi_poolifier" + "connectionId": "poolifier", + "projectKey": "poolifier_poolifier" } }