Skip to content

Commit edfcdb5

Browse files
committed
Remove knausj conflict
1 parent b959789 commit edfcdb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

src/snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ def on_ready():
105105
)
106106

107107

108-
app.register("ready", on_ready)
108+
app.register("ready", on_ready)

0 commit comments

Comments
 (0)