X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=ebec4d23f67a2ada6ce297a94f948699520b52c7;hb=2efc445b630bfe0b55b843eb3d5c6025115b587c;hp=14e935036539eb7c1ff6cc78d07d8cb87861ebe3;hpb=66ce9e2d731904c2b006b2b677abd1357812a84d;p=poolifier.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 14e93503..ebec4d23 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,32 +1,43 @@ { "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", + "neostandard", + "npmjs", "nproc", "octocat", "opencollective", @@ -36,6 +47,7 @@ "pioardi", "poolifier", "poolify", + "positionals", "preinstall", "Quadflieg", "Shinigami", @@ -47,11 +59,12 @@ "tinypool", "trimmable", "tsdoc", + "tseslint", "typedoc", "workerpool" ], "sonarlint.connectedMode.project": { - "connectionId": "pioardi", - "projectKey": "pioardi_poolifier" + "connectionId": "poolifier", + "projectKey": "poolifier_poolifier" } }