mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 20:31:59 +00:00
Merge pull request #18880 from PrototypeNM1/extra-includes
Add config setting which allows adding additional include paths to the VFS.
This commit is contained in:
commit
2e234e3d1b
7 changed files with 67 additions and 3 deletions
|
|
@ -2721,6 +2721,19 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "vfs",
|
||||
"properties": {
|
||||
"rust-analyzer.vfs.extraIncludes": {
|
||||
"markdownDescription": "Additional paths to include in the VFS. Generally for code that is\ngenerated or otherwise managed by a build system outside of Cargo,\nthough Cargo might be the eventual consumer.",
|
||||
"default": [],
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "workspace",
|
||||
"properties": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue