-
Despite having toggleterm in the ignored filetypes, toggleterm is not actually ignored.
-
Is there any DAP support? Does this plug-in intentionally target the `pwa-node` adapter?
When running the dap strategy it's saying that it's looking for the `pwa-node` adapter -- is this plug-in co…
xbc5 updated
4 months ago
-
## Current Behavior
`go test -v -race ./path-to-contract -coverprofile=coverage.txt -covermode=atomic` fails with
```
error: test wrote malformed coverage profile /tmp/go-build2520858745/b001/_cove…
-
### System Information
- Framework (e.g. MXNET): MXNET
- Framework Version: lastest
- Python Version: 2.7
- CPU or GPU: CPU
- Python SDK Version: latest
- Are you using a custom image: no
#…
-
Hi there
thanks a lot for this project.
I'm as well trying to get rid of rider and this plugin looks like it would be help a lot with that.
I really like the testrunner view but it looks like I…
-
`elm-test-rs` implements `--filter`
![image](https://user-images.githubusercontent.com/5943908/115540499-63555000-a29e-11eb-97fc-c624e4484f91.png)
I think we will end up using this to be able to r…
-
Hi,
I've started using [nvim-jdtls](https://github.com/mfussenegger/nvim-jdtls) instead of the built-in jdtls support from Neovim and went down the whole rabbit hole down to [nvim-dap](https://gith…
-
`test "add"` works, but the other two tests don't.
```zig
fn add(a: anytype, b: anytype) @TypeOf(a, b) {
return a + b;
}
test "add" {
try std.testing.expectEqual(3, add(1, 2));
}
t…
-
**Problem**: Often when I'm coding, I want to run every test in a project. Right now, my workflow is to open the summary window, navigate to the summary window, and press `r` over the highest level te…
-
### Did you check docs and existing issues?
- [X] I have read the documentation
- [X] I have searched the existing issues
- [X] I have searched the existing issues of plugins related to this issu…