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
I've noticed when comparing the buffer window output of the working version (with diagnostics) versus the failing version (without diagnostics) that the failing version appears to have additional line breaks in weird places as well as a bunch of extra blank spaces and newlines at the end of the buffer. Not sure if this has any relation or not.
Occasionally (less than 10% of the time probably) the running the task works just fine and produces diagnostics as expected. No idea why it works some of the time and not at other times.
Have tested this same setup on a separate Windows 11 device running the same NVIM release and had similar results.
The text was updated successfully, but these errors were encountered:
Neovim version (nvim -v)
10.1 (release)
Operating system/version
Windows 11
Describe the bug
Running a task using
OverseerRun
does not produce diagnostic output, but restarting that same task (OverseerTaskAction->restart) produces diagnostics.What is the severity of this bug?
breaking (some functionality is broken)
Steps To Reproduce
tasks.json
file with the contents from the example filemain.c
file with the contents from the example fileOverseerRun
->GCC Build
OverseerOpen
and check diagnostics for the task (should be empty)OverseerTaskAction
->restart
Expected Behavior
Running a task should produce a list of diagnostics which are displayed in the task list window that can be sent to the quickfix list.
Minimal example file
main.c
Minimal init.lua
Additional context
I've noticed when comparing the buffer window output of the working version (with diagnostics) versus the failing version (without diagnostics) that the failing version appears to have additional line breaks in weird places as well as a bunch of extra blank spaces and newlines at the end of the buffer. Not sure if this has any relation or not.
Occasionally (less than 10% of the time probably) the running the task works just fine and produces diagnostics as expected. No idea why it works some of the time and not at other times.
Have tested this same setup on a separate Windows 11 device running the same NVIM release and had similar results.
The text was updated successfully, but these errors were encountered: