Closed styx closed 5 years ago
I'm experiencing this same issue, same error as above.
I will check this weekend.
I've confirmed that the code triggering this error is the '*'
syntax in settings/expand-region.cson
. Removing that block, or changing *
to something alphanumeric, resolves the error.
@aki77, do you have any insight into this?
Thanks for the detailed report. I will try to move the global default settings to the following location.
https://github.com/aki77/atom-expand-region/blob/master/lib/main.coffee#L11
@aki77 I can confirm v0.5.0 fixes the error completely. Everything is working again. Thanks so much!
[Enter steps to reproduce:]
Atom: 1.37.0-beta0 x64, 1.37.0-beta1 x64 Electron: 2.0.18 OS: Mac OS X 10.14.3 Thrown From: Atom Core
Stack Trace
Uncaught Error: ::set with a 'source' and no 'sourceSelector' is not yet implemented!
Commands
Non-Core Packages
Here is original issue I posted to Atom Core https://github.com/atom/atom/issues/19144