Sublime Forum

Unable to parse command: drag_select

#1

I looked in my sublime-text console and keep seeing this error message whenever I bring focus to sublime

Unable to parse command: drag_select {"additive": true, "event": {"button": 1, "x": nan.0, "y": nan.0}}

From reading this post it sounds like drag_select is a very internal concept:

I’m not having any problems with sublime but I am wondering what the error is.

This is my setup

$ subl --version
Sublime Text Build 3211
$ sw_vers
ProductName:	Mac OS X
ProductVersion:	10.15.4
BuildVersion:	19E266
0 Likes

#2

That looks like it’s coming from a plugin. Have you tried reverting to a freshly installed state?

0 Likes

#3

Thank you for the idea. I did try this to no avail. I also don’t think it’s a plugin issue because I use sublime text with no plugins (it’s one of the reasons I love sublime so much, I have no need for plugins).

I think the issue is with my window manager which is yabai:

It enables focus follows mouse. When I stop yabai the error goes away. However I grepped around in the yabai code base and didn’t find any functions called: drag_select.

I’m not sure how to probe deeper and am happy to try any suggestions.

0 Likes

#4

I’ve also mentioned this issue on the yabai issues at:

0 Likes