From: Jérôme Benoit Date: Tue, 18 Oct 2022 21:13:13 +0000 (+0200) Subject: Refine code configuration X-Git-Tag: v2.3.5~14 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=877f0f39ac1ffde7c25130bea58cd79b849b71f3;p=poolifier.git Refine code configuration Signed-off-by: Jérôme Benoit --- diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 11c94106..bd5fe69a 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -3,8 +3,8 @@ // for the documentation about the extensions.json format "recommendations": [ "dbaeumer.vscode-eslint", + "sonarsource.sonarlint-vscode", "EditorConfig.EditorConfig", - "streetsidesoftware.code-spell-checker", - "sonarsource.sonarlint-vscode" + "streetsidesoftware.code-spell-checker" ] } diff --git a/.vscode/launch.json b/.vscode/launch.json index 46a93bdf..d76d6df0 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,7 +7,7 @@ { "type": "node", "request": "launch", - "name": "Launch Test Debug", + "name": "Launch Tests Debug", "cwd": "${workspaceFolder}", // "preLaunchTask": "Development build", "runtimeExecutable": "npm", @@ -18,7 +18,7 @@ { "type": "node", "request": "launch", - "name": "Launch Benchmark Debug", + "name": "Launch Benchmarks Debug", "cwd": "${workspaceFolder}", // "preLaunchTask": "Development build", "runtimeExecutable": "npm",