Closed TikiTDO closed 6 years ago
I literally just spent all morning learning how to debug VS Code extensions to fix this. Beat me to it by 3 months! 👍
For what it's worth, the updated regex also works as stringOut.match(/^{.*}====================\r?\n([.\s\S]*)/m)
.
Can this get merged, @misogi ?
@TikiTDO Thanks for your contribution. 👍 Sorry for late.
I will merge and release new version.
Updated.
Please update an extension on your environment.
https://marketplace.visualstudio.com/items?itemName=misogi.ruby-rubocop#overview
Current implementation for extracting the corrected result from the output fails on windows due to line ending types.