mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Add scip/lsif flag to exclude vendored libaries
This commit is contained in:
parent
91aa3f46b3
commit
e257b9880f
5 changed files with 95 additions and 19 deletions
|
@ -104,7 +104,9 @@ pub use crate::{
|
|||
rename::RenameError,
|
||||
runnables::{Runnable, RunnableKind, TestId},
|
||||
signature_help::SignatureHelp,
|
||||
static_index::{StaticIndex, StaticIndexedFile, TokenId, TokenStaticData},
|
||||
static_index::{
|
||||
StaticIndex, StaticIndexedFile, TokenId, TokenStaticData, VendoredLibrariesConfig,
|
||||
},
|
||||
syntax_highlighting::{
|
||||
tags::{Highlight, HlMod, HlMods, HlOperator, HlPunct, HlTag},
|
||||
HighlightConfig, HlRange,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue