Ben Jackson

Results 383 comments of Ben Jackson

Did you run ./install_gadget.py —enable-bash ?

Yes it works for me with the following: ```json { "configurations": { "BASH - Run Current Script": { "adapter": "vscode-bash", "configuration": { "program": "${file}" } } } } ```

need to add an example to README.md and a basic test to `support/test/bash`

> Now when I press F9 to toggle breakpoint nothing happens I expect that's a problem with your system, terminal, vim or termcap. If you enter insert mode and type...

> So I guess this issue is now just about adding the documentation. That's right.

I actually have *0-config bash debugging working* locally, so i think we'l go with that instead. I'm thining of moving more towards having default configs that work for simple things.

when enabling the bash debugger, we actually default almost all of the required config now: https://github.com/puremourning/vimspector/blob/master/install_gadget.py#L274

> we actually default almost all _almost_ all. you still need a simple debug config. If you want to just "run the current file", then you can put this in...

I think your setting is forcing the terminal to be 20 lines. Which means vim has to resize the window below to fill the space. Not obvious how to resolve...

I think I can work around it so I'll leave it open. I tried a simple change but while it worked it wasn't perfect.