mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Fix some comments
Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
parent
3ab1666370
commit
638df27f99
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ export async function selectRunnable(
|
|||
return;
|
||||
}
|
||||
|
||||
// clear the list before we hook up listeners to to avoid invoking them
|
||||
// clear the list before we hook up listeners to avoid invoking them
|
||||
// if the user happens to accept the placeholder item
|
||||
quickPick.items = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue