aboutsummaryrefslogtreecommitdiff
path: root/crates/vfs/src/loader.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix slow tests sometimes failingFlorian Diebold2021-02-121-2/+6
| | | | | | | | | | In some situations we reloaded the workspace in the tests after having reported to be ready. There's two fixes here: 1. Add a version to the VFS config and include that version in progress reports, so that we don't think we're done prematurely; 2. Delay status transitions until after changes are applied. Otherwise the last change during loading can potentially trigger a workspace reload, if it contains interesting changes.
* Document vfs private itemsArnaud2021-01-121-0/+15
|
* Document vfs public itemsArnaud2021-01-121-0/+65
|
* Expose package roots more directlyAleksey Kladov2020-07-211-1/+1
|
* SimplifyAleksey Kladov2020-07-201-9/+5
|
* Simplify exclusion logicAleksey Kladov2020-07-181-9/+73
|
* Less error-prone namingAleksey Kladov2020-06-241-4/+4
|
* Cleanup project.json deserializationAleksey Kladov2020-06-241-2/+2
|
* New VFSAleksey Kladov2020-06-231-10/+12
|
* New VFS APIAleksey Kladov2020-06-161-0/+69