mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Implement invocation location config
This commit is contained in:
parent
19efa0b110
commit
0f8904ec9c
9 changed files with 188 additions and 57 deletions
|
@ -164,3 +164,10 @@ pub enum InvocationStrategy {
|
|||
#[default]
|
||||
PerWorkspace,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Default, PartialEq, Eq)]
|
||||
pub enum InvocationLocation {
|
||||
Root(AbsPathBuf),
|
||||
#[default]
|
||||
Workspace,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue