coc-extensions / coc-svelte

svelte support for (Neo)Vim
MIT License
176 stars 24 forks source link

Update readme for EOL config issue (Closes #32) #41

Closed quentin-fox closed 2 years ago

quentin-fox commented 2 years ago

Was having an issue where auto-imports and organize imports were leaving ^M characters at the end of the lines they changed, and tried to dig through the plugin/language server to see why it wasn't getting set properly.

Adding the one line I've added in the README fixes the issue - I assume that the svelte language server pulls from this workspace configuration setting implicitly.

quentin-fox commented 2 years ago

Nvm, turns out that for whatever reason the carriage returns have gone away regardless of this extra line? Must have been some recent update in the svelte language server toolchain.