Asking for nvm to be installed, when it is already · Issue #133521 · microsoft/vscode (original) (raw)

macOS Big Sur 11.5.2
VSCode 1.60.1

.vscode/launch.json:

{    "configurations": [
    {
        "runtimeVersion": "10.16.3",
        "type": "node",
        "request": "launch",
        "name": "Launch Program",
        "skipFiles": [
            "<node_internals>/**"
        ],
        "program": "${workspaceFolder}/engineRun.js",
        "args": ["3000"],
        "console": "integratedTerminal"
    }
]}

This used to run before. And note that terminal run: "node engineRun.js 3000" works.
But when I run VSCode's "Launch program", with the launch file above, I get:

Attribute 'runtimeVersion' requires Node.js version manager 'nvs' or 'nvm' to be installed.

I do have nvm installed + that node version