gfszr
gfszr
Hi, As noted [here](https://github.com/vim-airline/vim-airline-themes#maintenance), there isn't much work put on maintaining this repository, and I'd personally like to offer my help with this matter. There are some pull requests (including...
I've noticed incorrect section colors when using `set termguicolors` with jellybeans theme. It can easily be seen that gui colors are respectively defined as cterm colors except for several cases,...
**This PR is currently as draft to better improve implementation and pass tests.** This PR partially implements https://github.com/go-delve/delve/issues/3094, by implementing redirection of `stdout` and `stderr` to the debug console via...
**Go Version**: 1.18 **Delve Version**: 1.8.2 #### Current status DAP allows sending `stdout`/`stderr` outputs back to the DAP client, by which it is shown on the debug console of the...
A suggestion into solving [PY-61430](https://youtrack.jetbrains.com/issue/PY-61430/Cant-load-before-PythonRunner-when-registering-a-new-programRunner) by removing the order priorty. If this is unacceptable, then I guess adding an ID should also suffice.
When issuing a `SetVariable` request or an `Evaluate` request, the response contains the type of the new value if `supportsVariableType` is negotiated upon DAP initialization. However, it is currently not...
**Delve version:** 1.9.1 Right now, when using a simple launch configuration such as: ```json { "name": "debug main", "type": "go", "request": "launch", "mode": "debug", "program": "${workspaceFolder}/main.go", } ``` The delve...
**Delve Version**: 1.9.1 **Go Version**: 1.16 **Machine**: Linux AMD64 Using `dlv-dap` on VSCode (And also on other DAP compatible editors), after stopping on a breakpoint and trying to set an...