X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=2395c8ee4fcedc6ba6ed0ca10c5e7167385569fc;hb=b91134ce1c0d673b62091e945a1271d08749af55;hp=a0f050b9b14b0129b701a2c7c9140082a7ea8216;hpb=dbad41b9e3224e26ac6d29d5570816bca675f9ca;p=poolifier.git diff --git a/.vscode/settings.json b/.vscode/settings.json index a0f050b9..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", @@ -22,7 +22,7 @@ "FOSS", "Gitter", "inheritDoc", - "IWWR", + "IWRR", "jaywcjlove", "lcov", "libuv", @@ -58,7 +58,7 @@ "workerpool" ], "sonarlint.connectedMode.project": { - "connectionId": "pioardi", - "projectKey": "pioardi_poolifier" + "connectionId": "poolifier", + "projectKey": "poolifier_poolifier" } }