Skip to content

"Run with debugger" codelens action in project.json

Open

Description

Seems there is really no connection between NX Console and VSCode debugger. Would be nice to have it generate correct launch.json configurations for your project and/or have the debugging features of VSCode actually work. I haven't been able to get anything to work.
My launch.json:

    {
      "type": "edge",
      "request": "attach",
      "name": "Attach to Edge",
      "port": 4200,
      "webRoot": "${workspaceFolder}/dist/apps/charm"
    },
    {
      "name": "Debug NestJs",
      "type": "node",
      "request": "attach",
      "sourceMaps": true,
      "port": 7777
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomersGood for newcomerstype: featureNew feature or requestNew feature or requestvscodeIssues related to the Visual Studio Code extensionIssues related to the Visual Studio Code extension

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions