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

Commit 5aa7a70

Browse files
committed
Remove deprecated "rust.use_crate_blacklist" configuration entry
1 parent 90516d9 commit 5aa7a70

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

package.json

+1-8
Original file line numberDiff line numberDiff line change
@@ -299,13 +299,6 @@
299299
"description": "Show warnings.",
300300
"scope": "resource"
301301
},
302-
"rust.use_crate_blacklist": {
303-
"type": "boolean",
304-
"default": true,
305-
"description": "Don't index crates on the crate blacklist.",
306-
"scope": "resource",
307-
"deprecationMessage": "Use `rust.crate_blacklist` instead"
308-
},
309302
"rust.crate_blacklist": {
310303
"type": [
311304
"array",
@@ -430,4 +423,4 @@
430423
}
431424
}
432425
}
433-
}
426+
}

0 commit comments

Comments
 (0)