diff --git a/CHANGELOG.md b/CHANGELOG.md index 1173cb1d..d58d458b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 9c0e5856..90ec6196 100644 --- a/package.json +++ b/package.json @@ -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", @@ -430,4 +423,4 @@ } } } -} \ No newline at end of file +}