File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -138,14 +138,12 @@ offsets and strings as output. This works on top of rich code model powered by
138
138
139
139
An LSP implementation which wraps ` ide ` into a language server protocol.
140
140
141
- ### ` ra_vfs `
141
+ ### ` crates/vfs `
142
142
143
143
Although ` hir ` and ` ide ` don't do any IO, we need to be able to read
144
- files from disk at the end of the day. This is what ` ra_vfs ` does. It also
144
+ files from disk at the end of the day. This is what ` vfs ` does. It also
145
145
manages overlays: "dirty" files in the editor, whose "true" contents is
146
- different from data on disk. This is more or less the single really
147
- platform-dependent component, so it lives in a separate repository and has an
148
- extensive cross-platform CI testing.
146
+ different from data on disk.
149
147
150
148
## Testing Infrastructure
151
149
You can’t perform that action at this time.
0 commit comments