Gruntfuggly / activitusbar

A VSCode extension to save some real estate by recreating the activity bar buttons on the status bar
Other
116 stars 15 forks source link

Cut/Paste Not working #57

Open sugrob4 opened 2 years ago

sugrob4 commented 2 years ago

Hi, Commands Cut and Paste not working from Activius Bar. Other commands such as "save", "saveAll", "comment" etc. Working properly.

example of settings:

"activitusbar.views": [ { "name": "command.editor.action.clipboardCutAction", "codicon": "repo-forked", "tooltip": "Cut" }, { "name": "command.editor.action.clipboardPasteAction", "codicon": "file-symlink-file", "tooltip": "Paste" }, ],