vim will display error messages when I save the file, after the save, the error messages disappear, if I move cursor to the line that has bugs, vim displays the error message in status line, see the screenshot below. In my other languages, if coc detects an error, it will remain in the quickfix window until I fix all of them.
To Reproduce
Steps to reproduce the behavior:
vim a simple dart file with one line: print(x); named test.dart(see the screenshot)
when save the file, vim will show errors in quickfix window
after save, that error message disappear
move cursor to the line with 'print(x);', the error message shown in status line at the bottom of vim
Expected behavior
vim shall keep the error message until it's fixed
Screenshots
Desktop (please complete the following information):
OS: ubuntu 22.04
Vim or Neovim: vim9
(Neo)vim version:
Output channel:
It's a dart issue and I'm not doing flutter yet.
Set "flutter.trace.server": "verbose"
Restart coc using :CocRestart
Reproduce the issue
:CocCommand workspace.showOutput open output list and select flutter
Paste Log from above:
Config
If you have any config for this specific extenstion in you coc-settings please include them here.
Describe the bug
vim will display error messages when I save the file, after the save, the error messages disappear, if I move cursor to the line that has bugs, vim displays the error message in status line, see the screenshot below. In my other languages, if coc detects an error, it will remain in the quickfix window until I fix all of them.
To Reproduce Steps to reproduce the behavior:
Expected behavior vim shall keep the error message until it's fixed
Screenshots
Desktop (please complete the following information):
Output channel:
It's a dart issue and I'm not doing flutter yet.
"flutter.trace.server": "verbose"
:CocRestart
:CocCommand workspace.showOutput
open output list and selectflutter
Paste Log from above:
Config If you have any config for this specific extenstion in you
coc-settings
please include them here.