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

Commit 82da763

Browse files
authored
Merge pull request #644 from Xanewok/crate-blacklist
Add rust.crate_blacklist entry to the package configuration
2 parents 6f65f3b + 82bb8c7 commit 82da763

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,16 @@
298298
"type": "boolean",
299299
"default": true,
300300
"description": "Don't index crates on the crate blacklist.",
301+
"scope": "resource",
302+
"deprecationMessage": "Use `rust.crate_blacklist` instead"
303+
},
304+
"rust.crate_blacklist": {
305+
"type": [
306+
"array",
307+
"null"
308+
],
309+
"default": null,
310+
"description": "Overrides the default list of packages for which analysis is skipped.\nAvailable since RLS 1.38",
301311
"scope": "resource"
302312
},
303313
"rust.build_on_save": {

0 commit comments

Comments
 (0)