From 3d96d8a5d8ab152b74ed36f255a162b2d7c1919a Mon Sep 17 00:00:00 2001 From: Pierre Theo Klein Date: Sun, 26 Jul 2020 19:27:43 -0400 Subject: [PATCH] Add runtimeVersion which matches .nvmrc --- .vscode/launch.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index ccaa15e7..47a77a8d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,9 +4,9 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ - { "type": "node", + "runtimeVersion": "10.17.0", "request": "launch", "name": "Mocha Tests - Current File", "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", @@ -23,6 +23,7 @@ }, { "type": "node", + "runtimeVersion": "10.17.0", "request": "launch", "name": "Mocha Tests", "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", @@ -38,6 +39,7 @@ }, { "type": "node", + "runtimeVersion": "10.17.0", "request": "launch", "name": "Mocha Tests - Hacker", "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", @@ -54,6 +56,7 @@ }, { "type": "node", + "runtimeVersion": "10.17.0", "request": "launch", "name": "Mocha Tests - Sponsor", "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", @@ -70,6 +73,7 @@ }, { "type": "node", + "runtimeVersion": "10.17.0", "request": "launch", "name": "Mocha Tests - Volunteer", "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", @@ -86,6 +90,7 @@ }, { "type": "node", + "runtimeVersion": "10.17.0", "request": "launch", "name": "Mocha Tests - Account", "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", @@ -102,6 +107,7 @@ }, { "type": "node", + "runtimeVersion": "10.17.0", "request": "launch", "name": "Mocha Tests - Team", "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", @@ -118,6 +124,7 @@ }, { "type": "node", + "runtimeVersion": "10.17.0", "request": "launch", "name": "Mocha Tests - Storage", "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", @@ -134,6 +141,7 @@ }, { "type": "node", + "runtimeVersion": "10.17.0", "request": "launch", "name": "Mocha Tests - Search", "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", @@ -150,6 +158,7 @@ }, { "type": "node", + "runtimeVersion": "10.17.0", "request": "launch", "name": "Mocha Tests - Settings", "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", @@ -166,6 +175,7 @@ }, { "type": "node", + "runtimeVersion": "10.17.0", "request": "launch", "name": "Mocha Tests - Email", "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", @@ -182,6 +192,7 @@ }, { "type": "node", + "runtimeVersion": "10.17.0", "request": "launch", "name": "Mocha Tests - Auth", "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", @@ -198,6 +209,7 @@ }, { "type": "node", + "runtimeVersion": "10.17.0", "request": "launch", "name": "Mocha Tests - Role", "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",