alanwalk / markdown-toc

MarkdownTOC(Table Of Contents) Plugin for Visual Studio Code.
MIT License
141 stars 111 forks source link

Fixed broken line endings when set to auto #73

Closed JohnnyUrosevic closed 5 years ago

JohnnyUrosevic commented 5 years ago

Should fix issues #65 and #68

The latest update to VS Code made the default option for line endings be set to "auto", breaking this extension (and many others) by making it insert the word auto rather than newlines.

JohnnyUrosevic commented 5 years ago

Didn't realize this was a duplicate, closing this request

JedBartlett commented 5 years ago

Just for reference for anyone else confused, this is duplicated by Pull Request #72, which has a better cross-platform solution in the works.