Skip to content

Tags: nvim-neotest/nvim-nio

Tags

v1.10.1

Toggle v1.10.1's commit message
fix: remove vim.validate

Closes #24

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(lsp): add supports_method to lsp client (#21)

v1.9.4

Toggle v1.9.4's commit message
chore: styling

v1.9.3

Toggle v1.9.3's commit message
fix(tasks): gracefully handle callbacks after cancel

If a callback returns after a task is already cancelled, we should
gracefully handle it by not attempting to set the result of the task
since it is already set.

See #15

v1.9.2

Toggle v1.9.2's commit message
chore: styling

v1.9.1

Toggle v1.9.1's commit message
fix(tasks): cancel immediately

Previously the loop would wait for the next yield but instead we can
just step forward immediately when cancelling.

See #15

v1.9.0

Toggle v1.9.0's commit message
tests: remove old test

v1.8.1

Toggle v1.8.1's commit message
test(process): fix exit code test

v1.8.0

Toggle v1.8.0's commit message
feat(tests): port changes from neotest/nio

v1.7.0

Toggle v1.7.0's commit message
feat: file module