Skip to content

Commit

Permalink
Remove knausj conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Dec 17, 2021
1 parent b959789 commit 3dc1eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def vscode_command(command_id: str, target: dict, arguments: dict = {}):
"swap_action": {"swap": "swapTargets"},
"move_bring_action": {"bring": "replaceWithTarget", "move": "moveToTarget"},
"wrap_action": {"wrap": "wrapWithPairedDelimiter", "repack": "rewrap"},
"insert_snippet_action": {"snip": "insertSnippet"},
"insert_snippet_action": {"snippet": "insertSnippet"},
"reformat_action": {"format": "applyFormatter"},
}

Expand Down

0 comments on commit 3dc1eb7

Please sign in to comment.