// 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"
]
}
{
"type": "node",
"request": "launch",
- "name": "Launch Test Debug",
+ "name": "Launch Tests Debug",
"cwd": "${workspaceFolder}",
// "preLaunchTask": "Development build",
"runtimeExecutable": "npm",
{
"type": "node",
"request": "launch",
- "name": "Launch Benchmark Debug",
+ "name": "Launch Benchmarks Debug",
"cwd": "${workspaceFolder}",
// "preLaunchTask": "Development build",
"runtimeExecutable": "npm",