mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Improve comment contents
This commit is contained in:
parent
764ddc0c85
commit
f18e25f24c
1 changed files with 3 additions and 1 deletions
|
@ -5,8 +5,10 @@
|
||||||
//! need to get it into the memory in the first place somehow. VFS is the
|
//! need to get it into the memory in the first place somehow. VFS is the
|
||||||
//! component which does this.
|
//! component which does this.
|
||||||
//!
|
//!
|
||||||
//! It also is responsible for watching the disk for changes, and for merging
|
//! It is also responsible for watching the disk for changes, and for merging
|
||||||
//! editor state (modified, unsaved files) with disk state.
|
//! editor state (modified, unsaved files) with disk state.
|
||||||
|
//! TODO: Some LSP clients support watching the disk, so this crate should
|
||||||
|
//! to support custom watcher events (related to https://github.com/rust-analyzer/rust-analyzer/issues/131)
|
||||||
//!
|
//!
|
||||||
//! VFS is based on a concept of roots: a set of directories on the file system
|
//! VFS is based on a concept of roots: a set of directories on the file system
|
||||||
//! whihc are watched for changes. Typically, there will be a root for each
|
//! whihc are watched for changes. Typically, there will be a root for each
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue