We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f147cc commit f182e0fCopy full SHA for f182e0f
1 file changed
editors/code/src/snippets.ts
@@ -53,7 +53,7 @@ export async function applySnippetTextEdits(editor: vscode.TextEditor, edits: vs
53
}
54
55
function hasSnippet(snip: string): boolean {
56
- const m = snip.match(/\$\d+|\{\d+:[^}]*\}/);
+ const m = snip.match(/\$\d+|\$\{\d+:[^}]*\}/);
57
return m != null;
58
59
0 commit comments