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

Make crate blacklist user-configurable #1509

Merged
merged 4 commits into from
Jul 9, 2019

Conversation

Xanewok
Copy link
Member

@Xanewok Xanewok commented Jul 9, 2019

Closes #1328
Closes #1303

Introduces a crate_blacklist config that can be used to override the current default blacklist (equal to explicitly setting it to null), to disable the blacklist set the value to an empty list [].

Also removes rls-blacklist crate since it's not needed now as the default is stored in the RLS config module @nrc

@Xanewok Xanewok force-pushed the configurable-blacklist branch from 69c0757 to 4c18bc7 Compare July 9, 2019 14:04
@Xanewok Xanewok force-pushed the configurable-blacklist branch from 4c18bc7 to dc3cee9 Compare July 9, 2019 14:27
@Xanewok Xanewok marked this pull request as ready for review July 9, 2019 14:43
@Xanewok Xanewok merged commit f95b137 into rust-lang:master Jul 9, 2019
@Xanewok Xanewok deleted the configurable-blacklist branch July 9, 2019 15:00
bors added a commit that referenced this pull request Aug 11, 2019
Warn against deprecated config entries

Addresses rust-lang/vscode-rust#643.

Brings back removed option from #1509 but only not to trigger the unknown option warning.
bors added a commit that referenced this pull request Aug 11, 2019
Warn against deprecated config entries

Addresses rust-lang/vscode-rust#643.

Brings back removed option from #1509 but only not to trigger the unknown option warning.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configurability of rls-blacklist Enable defining crate blacklist instead of using rls-blacklist
1 participant