willcrichton / flowistry

Flowistry is an IDE plugin for Rust that helps you focus on relevant code.
https://marketplace.visualstudio.com/items?itemName=wcrichton.flowistry
MIT License
1.91k stars 45 forks source link

Incorrect source-mapping with CRLF #78

Closed willcrichton closed 1 year ago

willcrichton commented 1 year ago

For Will: see flowtest directory provided by user on Discord.

willcrichton commented 1 year ago

Issue is VSCode treats CRLF as a single character, causing CharPos generated by rustc to map to the wrong VSCode range. Fucking VSCode...

willcrichton commented 1 year ago

Fixed in #79.