Skip to content

Commit

Permalink
Revert vscode clipboard actions from #1677
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Jan 19, 2025
1 parent d1c8855 commit d97fcf2
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 d97fcf2

Please sign in to comment.