about summary refs log tree commit diff
path: root/editors/code/src
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2023-12-29 11:50:24 +0800
committercui fliter <imcusg@gmail.com>2023-12-29 11:50:24 +0800
commit638df27f999434d5da28061d07063f4d17b3706b (patch)
tree373e9289d86667b1592ac54b0007c821895f29fa /editors/code/src
parent3ab166637046ab254b11b13ff9108d86b6ed5703 (diff)
downloadrust-638df27f999434d5da28061d07063f4d17b3706b.tar.gz
rust-638df27f999434d5da28061d07063f4d17b3706b.zip
Fix some comments
Signed-off-by: cui fliter <imcusg@gmail.com>
Diffstat (limited to 'editors/code/src')
-rw-r--r--editors/code/src/run.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/run.ts b/editors/code/src/run.ts
index 778cbc5762a..fc3f1acce54 100644
--- a/editors/code/src/run.ts
+++ b/editors/code/src/run.ts
@@ -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 = [];