You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix fail to generate ctags when there is a space in the path. like #44#146.
We don't need to handle space in the path when the path is passed to child_process.spawn as 'args' (not as the command).
0 commit comments