Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

what's the difference between args and runtimeArgs? #7

Description

@mrdulin

I modify my launch.json like this:

{
  "version": "0.2.0",
  "configurations": [
    {
      "name": "Current TS File",
      "type": "node",
      "request": "launch",
      "args": [
        "--nolazy",
        "-r",
        "ts-node/register",
        "${relativeFile}"
      ],
      "sourceMaps": true,
      "cwd": "${workspaceFolder}"
    }
  ]
}

It also works fine.
so, what's the difference between args and runtimeArgs?
I read official doc about debugging in vscode, did not find rumtimeArgs and protocol attributes.
https://code.visualstudio.com/docs/editor/debugging#_launch-configurations

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions