neoclide / coc-json

Json language extension for coc.nvim
234 stars 21 forks source link

feat(msg): add truncate option to avoid hit-enter #32

Closed iamcco closed 3 years ago

iamcco commented 3 years ago

Add json.truncateMessage to avoid hit-enter. default false

Can't even edit when fetch schema error by now.

chemzqm commented 3 years ago

You can use logger to log the error or not show it, instead of truncate the warning which could be unreadable.

iamcco commented 3 years ago

I have change to output channel