mauricedb / presentation-buddy

Automatically type code during presentations
https://marketplace.visualstudio.com/items?itemName=mauricedebeijer.presentation-buddy
MIT License
17 stars 11 forks source link

Bug: "cannot read property 'message' of undefined" on cut/copy #6

Closed canadaduane closed 4 years ago

canadaduane commented 4 years ago

When selecting some text (e.g. via cursorLineEndSelect or cursorDownSelect commands), then running the editor.action.clipboardCopyAction or editor.action.cipboardCutAction commands, there is a pop-up message that says "Cannot read property 'message' of undefined".

None of the selected text is copied or cut.

canadaduane commented 4 years ago

Ahh, it seems I'm mistaken. It has to do with calling { "type": "wait", "delay": "200" }. Still investigating.

canadaduane commented 4 years ago

Oh! It's because "200" should be an integer, not a string. Closing.