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

Commit 82bb8c7

Browse files
committed
Deprecate rust.use_crate_blacklist
1 parent a4c5b99 commit 82bb8c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@
298298
"type": "boolean",
299299
"default": true,
300300
"description": "Don't index crates on the crate blacklist.",
301-
"scope": "resource"
301+
"scope": "resource",
302+
"deprecationMessage": "Use `rust.crate_blacklist` instead"
302303
},
303304
"rust.crate_blacklist": {
304305
"type": [

0 commit comments

Comments
 (0)