redirect11

Results 9 comments of redirect11

I guess, yes. I've installed the plugin using packer that should pull the master branch.

I'm using [NvChad](https://github.com/NvChad/NvChad) . Could it be due to lazy-load stuff from it? And I even not able to make this plugin works. When using `TSCppMakeConcreteClass` command I get this...

Sorry but still no luck. Changed to ```json "name": "Remote GDB", "type":"cppdbg", "request": "launch", "preLaunchTask": "Run remote gdb server", ``` and removed the label field from tasks.json but I still...

Did exactly what you said but the preLaunchTask doesn't spawn when running nvim-dap configuration. I can see the "Run remote gdb server" item in OverseerRun list and it works if...

Hi, I've tried to log to a file like you suggested, but the file is empty when if I start nvim-dap with `require("dap").continue()`. The logging works because I can see...

Yes, I call setup() before calling `require("dap").continue()` and Overseer is not lazy loaded. I have also tried to start the debug session after a start & stop of the task...

Ok, you was right, I changed the order of the plugins and now the task starts correctly. Anyway, I have another problem now. The task starts but the debug sessions...

I don't have to much time.... but... i found a tricky way to achive this: > readfile.js ``` javascript var fs = require('fs'), readline = require('readline'); var rd = readline.createInterface({...