Closed MKdir98 closed 2 months ago
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. If you have any new additional information—in particular, if this is still reproducible in the latest version of Electron or in the beta—please include it with your comment!
This issue has been closed due to inactivity, and will not be monitored. If this is a bug and you can reproduce this issue on a supported version of Electron please open a new issue and include instructions for reproducing the issue.
I was wondering how can I run my test with this plugin.
After installing
DapInstall php
, I try to run my test withrequire("neotest").run.run({ strategy = "dap" })
. But I'm getting this errorinit.lua:16: dap: expected not empty table, got nil. Info: Configure
dapfield (like in dap.configurations.php) before using this strategy
Could you help me what is the best way to do that?