We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bfe92 commit 7b83d7bCopy full SHA for 7b83d7b
src/controllers/codeSnippetController.ts
@@ -81,6 +81,7 @@ export class CodeSnippetController {
81
quickPick.onDidAccept(() => {
82
const selectedItem = quickPick.selectedItems[0];
83
if (quickPick.step === 1) {
84
+ quickPick.value = '';
85
quickPick.step++;
86
quickPick.buttons = [QuickInputButtons.Back];
87
target = selectedItem as any as CodeSnippetTarget;
0 commit comments