Skip to content

Commit 3dc1eb7

Browse files
committed
Remove knausj conflict
1 parent b959789 commit 3dc1eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def vscode_command(command_id: str, target: dict, arguments: dict = {}):
7272
"swap_action": {"swap": "swapTargets"},
7373
"move_bring_action": {"bring": "replaceWithTarget", "move": "moveToTarget"},
7474
"wrap_action": {"wrap": "wrapWithPairedDelimiter", "repack": "rewrap"},
75-
"insert_snippet_action": {"snip": "insertSnippet"},
75+
"insert_snippet_action": {"snippet": "insertSnippet"},
7676
"reformat_action": {"format": "applyFormatter"},
7777
}
7878

0 commit comments

Comments
 (0)