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
Hey,
It might be obvious, but where do I place the inlineJest.enabled configuration? Within coc-settings.json or elsewhere like a variable in my .vimrc?
Particularly, I want to disable this plugin by default and only enable/run it on demand when I want to run tests as it requires so much processing power with my large repository by running all my tests upon opening vim. A bonus would be even being able to disable the immediate run and only use the watch functionality so only relevant tests are run. And if possible, only running the file that was edited would be a nice option too. Let me know if any of that is possible or if simply disabling this plugin by default and enabling it on demand is my best bet. Thanks!
Also good work on this plugin. It seems handy.
The text was updated successfully, but these errors were encountered:
Hey,
It might be obvious, but where do I place the
inlineJest.enabled
configuration? Within coc-settings.json or elsewhere like a variable in my .vimrc?Particularly, I want to disable this plugin by default and only enable/run it on demand when I want to run tests as it requires so much processing power with my large repository by running all my tests upon opening vim. A bonus would be even being able to disable the immediate run and only use the watch functionality so only relevant tests are run. And if possible, only running the file that was edited would be a nice option too. Let me know if any of that is possible or if simply disabling this plugin by default and enabling it on demand is my best bet. Thanks!
Also good work on this plugin. It seems handy.
The text was updated successfully, but these errors were encountered: