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 54ea777 commit bfbfaa7Copy full SHA for bfbfaa7
packages/cursorless-vscode/src/migrateSnippets.ts
@@ -140,7 +140,9 @@ function parseVariables(
140
name,
141
wrapperPhrases: phrase ? [phrase] : undefined,
142
wrapperScope: variable.wrapperScopeType,
143
- insertionFormatters: formatter ? getFormatter(variable.formatter) : undefined,
+ insertionFormatters: variable.formatter
144
+ ? getFormatter(variable.formatter)
145
+ : undefined,
146
// SKIP: variable.description
147
};
148
},
0 commit comments