Windows: Getting suggestions opens a popup command window
zekesonxx opened this issue · 4 comments
zekesonxx commented
Whenever the plugin does a racer command it causes a command window to open then immediately close. This is incredibly annoying.
glennw commented
Ah, this must be how python is spawning the process. I'll take a look at the python APIs to see how to fix that (although I don't have a Windows box here to test with).
glennw commented
I have made a change and pushed an update (0.3.0) that should hopefully fix this.
glennw commented
Hi, v0.3.0 has been pushed to the released channel now - are you able to test if that works better on Windows?
zekesonxx commented
That fixed it! Thank you, now I can use racer happily.