mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Address review comments
This commit is contained in:
parent
78aed305e1
commit
bd545a1c10
2 changed files with 11 additions and 1 deletions
|
@ -96,7 +96,9 @@ export async function createClient(
|
|||
if (resp && Array.isArray(resp)) {
|
||||
return resp.map((val) => {
|
||||
return prepareVSCodeConfig(val, (key, cfg) => {
|
||||
cfg[key] = config.discoveredWorkspaces;
|
||||
if (key === "linkedProjects") {
|
||||
cfg[key] = config.discoveredWorkspaces;
|
||||
}
|
||||
});
|
||||
});
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue