]> git.lizzy.rs Git - rust.git/commit
Merge #1797
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Wed, 11 Sep 2019 09:59:04 +0000 (09:59 +0000)
committerGitHub <noreply@github.com>
Wed, 11 Sep 2019 09:59:04 +0000 (09:59 +0000)
commit7bbb039fbdd124cb6549eb67bbe7316f03ff40e8
tree1826ee317c28a76b78f4020f9379c556339af803
parent92800961a03501f24c661bbb093e5078f504214d
parent934d7990fd5bf87d858acb296c8f13909e770fda
Merge #1797

1797: Use VSCode fs API's in extension r=matklad a=LDSpits

This will close #1670.

I've replaced the `CargoWatcher`s `Cargo.toml` check with a version that uses the `fs` API of vscode.

While making this I've identified an issue with the detection of the `cargo.toml`, we can only load projects where the cargo.toml is in the root of the workspace. but that's a separate issue ðŸ˜„

Co-authored-by: Lucas Spits <spits.lucas@gmail.com>