Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test debug codeLens #340

Open
ikbendewilliam opened this issue Mar 14, 2024 · 0 comments
Open

Add test debug codeLens #340

ikbendewilliam opened this issue Mar 14, 2024 · 0 comments

Comments

@ikbendewilliam
Copy link
Collaborator

{
    "name": "Run w/",
    "type": "dart",
    "request": "launch",
    "runTestsOnDevice": true,
    "cwd": ".",
    "codeLens": {
        "for": [
            "debug-test-file",
        ],
        "title": "${debugType} on device"
    }
}

And then you can use the "Debug on device" button to start fixing/adding your tests. I always use the macos device to run, but it can be anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant