amiramitai
amiramitai
I have just created something like this (very hacky) and came to suggest that feature. It creates a checkpoint on each time you save the document. Also it's funny because...
I think it's neat that it's placed on the side. it works the same way as the timeline tab. When I wanted to think how I'll be implementing this, I...
Refreshing the activeEditor in first line in onAddCheckpoint fixes this. `this.activeEditor = window.activeTextEditor;` btw, this is also in PR #17 😇
I'm getting the same issue. For me, the problem was that some shells parse the Asterisk '*' differently. To make the scale argument work, add quotation arount it, like this:...
I ran into this too. I found that the following hack gave me the trigger and it satisfied my purposes. ```javascript router.triggerEvent = (handlerInfos, ignoreFailure, name, args) => {} router.routeWillChange...