Skip to content

Commit

Permalink
Revert "vscode: copy, paste, redo and undo through command palate (ta…
Browse files Browse the repository at this point in the history
…lonhub#1677)"

This reverts commit f34f73d.
  • Loading branch information
nriley committed Jan 19, 2025
1 parent d1c8855 commit 963443a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions apps/vscode/vscode.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,18 +96,6 @@ def toggle_comment():

@ctx.action_class("edit")
class EditActions:
def undo():
actions.user.vscode("undo")

def redo():
actions.user.vscode("redo")

def copy():
actions.user.vscode("editor.action.clipboardCopyAction")

def paste():
actions.user.vscode("editor.action.clipboardPasteAction")

# talon edit actions
def indent_more():
actions.user.vscode("editor.action.indentLines")
Expand Down

0 comments on commit 963443a

Please sign in to comment.