Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Remove deprecated "rust.use_crate_blacklist" configuration entry #678

Merged
merged 2 commits into from
Oct 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### Unreleased

* Implement support for multi-project workspace layout ([#638](https://github.com/rust-lang/rls-vscode/pull/638))
* Remove deprecated `rust.use_crate_blacklist` configuration entry

### 0.6.3 - 2019-09-07

Expand Down
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,13 +299,6 @@
"description": "Show warnings.",
"scope": "resource"
},
"rust.use_crate_blacklist": {
"type": "boolean",
"default": true,
"description": "Don't index crates on the crate blacklist.",
"scope": "resource",
"deprecationMessage": "Use `rust.crate_blacklist` instead"
},
"rust.crate_blacklist": {
"type": [
"array",
Expand Down Expand Up @@ -430,4 +423,4 @@
}
}
}
}
}