Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RustLsp runnables last doesn't work #62

Closed
fjchen7 opened this issue Nov 17, 2023 · 1 comment · Fixed by #63
Closed

RustLsp runnables last doesn't work #62

fjchen7 opened this issue Nov 17, 2023 · 1 comment · Fixed by #63
Assignees
Labels
bug Something isn't working

Comments

@fjchen7
Copy link

fjchen7 commented Nov 17, 2023

Neovim version (nvim -v)

v0.9.4

Operating system/version

macOS

Output of :checkhealth rustaceanvim

rustaceanvim: require("rustaceanvim.health").check()

Checking for Lua dependencies ~
- OK [mfussenegger/nvim-dap](https://github.com/mfussenegger/nvim-dap) installed.

Checking external dependencies ~
- OK rust-analyzer: found rust-analyzer 0.3.1730-standalone (416e9c856 2023-11-12)
- OK Cargo: found cargo 1.73.0 (9c4383fb5 2023-08-26)
- OK rustc: found rustc 1.73.0 (cc66ad468 2023-10-03)
- OK lldb: found lldb-1500.0.22.8

Checking config ~
- OK vim.g.rustaceanvim is set
- OK No errors found in config.

Checking for conflicting plugins ~
- OK No conflicting plugins detected.

How to reproduce the issue

  1. run a test by RustLsp runnables
  2. execute RustLsp runnables last

Expected behaviour

RustLsp runnables last should run the last running task

Actual behaviour

Nothing happened

The minimal config used to reproduce this issue.

N/A

@fjchen7 fjchen7 added the bug Something isn't working label Nov 17, 2023
@mrcjkb mrcjkb self-assigned this Nov 17, 2023
@mrcjkb mrcjkb linked a pull request Nov 17, 2023 that will close this issue
@mrcjkb
Copy link
Owner

mrcjkb commented Nov 17, 2023

Hey 👋

Thanks for reporting! I'm about to release a fix 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants