Skip to content

Asking for nvm to be installed, when it is already #133521

Closed
@DOHere

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions