rust-dev-tools / rls-vfs

Virtual File System for the RLS
17 stars 11 forks source link

Allow to load file directly into the VFS #10

Closed matklad closed 7 years ago

matklad commented 7 years ago

This is the scaled down version of https://github.com/nrc/rls-vfs/pull/7.

Does this look reasonable? I'll update RSL as well if this is OK :)

PS: am I correct that we don't use rustfmt for this repository yet?

matklad commented 7 years ago

Nits fixed, here's the RLS PR: https://github.com/jonathandturner/rls/pull/148

nrc commented 7 years ago

Great, thank you!