You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a minimal project with cargo new --lib asdf.
Open the source file with nvim -u mini.vim asdf/src/lib.rs.
Trigger the "Run Test" CodeLens once it shows up.
As I wasn't able to find anything pertaining to CodeLens in this repo, I'm guessing this is an issue somewhere deeper down, but I am not familiar enough with the coc.nvim ecosystems to make an educated guess as to where that might be.
To make sure this wasn't an issue with the RLS itself, I also installed the RLS extension for VSCode, which correctly executed just that one test.
The text was updated successfully, but these errors were encountered:
As the title says, triggering a "Run Test" CodeLens action issues a bare
cargo run
in a new terminal window instead of executing the specified test.This can be reproduced as follows:
mini.vim
) with the following contents (inspired by coc.nvim issue template):cargo new --lib asdf
.nvim -u mini.vim asdf/src/lib.rs
.As I wasn't able to find anything pertaining to CodeLens in this repo, I'm guessing this is an issue somewhere deeper down, but I am not familiar enough with the coc.nvim ecosystems to make an educated guess as to where that might be.
To make sure this wasn't an issue with the RLS itself, I also installed the RLS extension for VSCode, which correctly executed just that one test.
The text was updated successfully, but these errors were encountered: