Skip to content

Commit 9515360

Browse files
New version of snippet lib
1 parent 3f4be9c commit 9515360

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/cursorless-vscode/src/migrateSnippets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async function migrateFile(targetDirectory: string, filePath: string) {
4040
name: snippetName,
4141
variables: parseVariables(snippet.variables),
4242
insertionScopes: snippet.insertionScopeTypes,
43-
snippet.description
43+
description: snippet.description,
4444
});
4545

4646
for (const def of snippet.definitions) {

pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)