From 877f0f39ac1ffde7c25130bea58cd79b849b71f3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 18 Oct 2022 23:13:13 +0200 Subject: [PATCH] Refine code configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .vscode/extensions.json | 4 ++-- .vscode/launch.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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", -- 2.34.1