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
Unfortunately, I uninstalled Coc -> Ale. i can reinstall if it helps.
Describe the bug
Whe using Coc with a typescript/eslint project, it opens the output from TSC in both the quickfix and location list window. I'm not really sure why, and I don't see anything in the documentation for why this would happen.
I'm sorry for the format of the bug report, but is this a bug? Is there a way to fix this?
Reproduce the bug
We will close your issue when you don't provide minimal vimrc and we can't
reproduce it
I'm currently using autocmd BufWritePost * call timer_start(1000, { tid -> execute('execute "CocDiagnostics" | execute "botright lwindow" | execute "wincmd p"') }) from #2734 to automatically open the diagnostics.
Below is my current vim (I removed the Coc README recommendation stuff from the readme when I moved back to Ale)
sethlsearchsetautoindentexpandtabtabstop=2shiftwidth=2setnusyntaxon" https://raw.githubusercontent.com/neoclide/coc.nvim/master/doc/coc-example-config.vim" May need for Vim (not Neovim) since coc.nvim calculates byte offset by count" utf-8 byte sequencesetencoding=utf-8
:setviminfo='10000,hletb:ale_fixers= ['prettier', 'eslint']
letb:ale_fixers= {'typescript': ['prettier', 'eslint']}
letb:ale_fixers= {'typescriptreact': ['prettier', 'eslint']}
letg:ale_completion_autoimport=1letg:ale_virtualtext_cursor='disabled'letg:ale_open_list=1letg:ale_completion_enabled=1letg:ale_fixers= {
\ '*': ['remove_trailing_lines', 'trim_whitespace'],
\ 'javascript': ['prettier', 'eslint'],
\ 'javascriptreact': ['prettier', 'eslint'],
\ 'typescript': ['prettier', 'eslint'],
\ 'typescriptreact': ['prettier', 'eslint'],
\}
Start (neo)vim with command: vim -u mini.vim
Operate vim.
Screenshots (optional)
The text was updated successfully, but these errors were encountered:
I've give it another go. Maybe there is something else. This is a problem on a new machine that I am setting up from scratch so there isn't much else there.
Result from CocInfo
Unfortunately, I uninstalled Coc -> Ale. i can reinstall if it helps.
Describe the bug
Whe using Coc with a typescript/eslint project, it opens the output from TSC in both the quickfix and location list window. I'm not really sure why, and I don't see anything in the documentation for why this would happen.
I'm sorry for the format of the bug report, but is this a bug? Is there a way to fix this?
Reproduce the bug
We will close your issue when you don't provide minimal vimrc and we can't
reproduce it
I'm currently using
autocmd BufWritePost * call timer_start(1000, { tid -> execute('execute "CocDiagnostics" | execute "botright lwindow" | execute "wincmd p"') })
from #2734 to automatically open the diagnostics.Below is my current vim (I removed the Coc README recommendation stuff from the readme when I moved back to Ale)
Start (neo)vim with command:
vim -u mini.vim
Operate vim.
Screenshots (optional)
The text was updated successfully, but these errors were encountered: