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 62bd7f7 commit b90ffa3Copy full SHA for b90ffa3
packages/cursorless-engine/src/actions/GenerateSnippet/GenerateSnippet.ts
@@ -77,17 +77,6 @@ export default class GenerateSnippet {
77
// win the race and have the input box ready for them
78
void flashTargets(ide(), targets, FlashStyle.referenced);
79
80
- if (dirPath == null && !isTesting) {
81
- snippetName = await ide().showInputBox({
82
- prompt: "Directory for snippet",
83
- });
84
-
85
- // User cancelled; don't do anything
86
- if (dirPath == null) {
87
- return {};
88
- }
89
90
91
if (snippetName == null) {
92
snippetName = await ide().showInputBox({
93
prompt: "Name of snippet",
0 commit comments