X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=f33169657f068cc6a45a9a8030f47747bc797f4e;hb=f07f82590c2912a3912a819ff7ca59c19ec6b074;hp=5be1f55aa000422534b9ae3b07853338842b6792;hpb=a87065328fab2b422843a07cd58ab3f5269ed9bc;p=poolifier.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 5be1f55a..f3316965 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,33 +1,41 @@ { "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", "nproc", "octocat", "opencollective", @@ -37,6 +45,7 @@ "pioardi", "poolifier", "poolify", + "positionals", "preinstall", "Quadflieg", "Shinigami", @@ -52,7 +61,7 @@ "workerpool" ], "sonarlint.connectedMode.project": { - "connectionId": "pioardi", - "projectKey": "pioardi_poolifier" + "connectionId": "poolifier", + "projectKey": "poolifier_poolifier" } }