Refine code configuration
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 18 Oct 2022 21:13:13 +0000 (23:13 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 18 Oct 2022 21:13:13 +0000 (23:13 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.vscode/extensions.json
.vscode/launch.json

index 11c941062e8747bbb5b5177f094bb70bbb0f37ce..bd5fe69a7b4bc6df1d17c617f489f5cd34b7aabc 100644 (file)
@@ -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"
   ]
 }
index 46a93bdf7dbbfbc47b31bfa5f2290b3696001695..d76d6df0b90f350c6fe6821cba02d9608b03a3f4 100644 (file)
@@ -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",