X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=ebec4d23f67a2ada6ce297a94f948699520b52c7;hb=ed20267eeb81ac0fb4a3abb5d1bde586080c2671;hp=22ada289f168c59219f5d2186f0eb2a1ed9ab3c8;hpb=35704ec7ad8144f0d0c1b0cdf4f87870df05dd94;p=poolifier.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 22ada289..ebec4d23 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,22 +16,28 @@ "commitlint", "Dependabot", "deque", + "deregisters", "eventloop", "Fastify", + "fastpath", "FOSS", "Gitter", "inheritDoc", - "IWWR", + "IWRR", "jaywcjlove", "lcov", "libuv", + "linebreak", "loglevel", "markdownlint", + "maxdepth", "microjob", "microtime", "mochawesome", "MYBENCH", "nanothreads", + "neostandard", + "npmjs", "nproc", "octocat", "opencollective", @@ -41,6 +47,7 @@ "pioardi", "poolifier", "poolify", + "positionals", "preinstall", "Quadflieg", "Shinigami", @@ -52,11 +59,12 @@ "tinypool", "trimmable", "tsdoc", + "tseslint", "typedoc", "workerpool" ], "sonarlint.connectedMode.project": { - "connectionId": "pioardi", - "projectKey": "pioardi_poolifier" + "connectionId": "poolifier", + "projectKey": "poolifier_poolifier" } }