mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
fix: Fix vscode project linking popup buttons being swapped
This commit is contained in:
parent
236576227a
commit
4243eeeb2b
@ -148,15 +148,16 @@ export async function createClient(
|
||||
"Don't show this again"
|
||||
);
|
||||
switch (choice) {
|
||||
case "Yes":
|
||||
break;
|
||||
case "No":
|
||||
break;
|
||||
case "Yes":
|
||||
await config.update(
|
||||
"linkedProjects",
|
||||
config
|
||||
.get<any[]>("linkedProjects")
|
||||
?.concat(
|
||||
path.fsPath.substring(folder.length)
|
||||
"." +
|
||||
path.fsPath.substring(folder.length)
|
||||
),
|
||||
false
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user