Webstorm 10 with Meteor restarts too often

Hi,

Using Webstorm 10 with the latest Meteor. It works great but theres one thing thats really bothering me:

Every time I make a change in a file, the Meteor server restarts. This includes tiny changes like a space, it will immediately restart the server. So if I'm just editing code, its continuously restarting the server which makes the editor hang shortly and generally just waste CPU.

Is this intended or a bug? Seems that this is supposed to be throttled?

0

Does it happen on running, or just on debugging? Do you use files watchers? Try disabling Live Edit plugin - does it make any difference?

0
Avatar
Permanently deleted user

No file watchers are enabled.
Only seems to happen in debug mode.

With Live Edit turned off, it's not happening anymore.

0

That's the nature of Meteor, if I'm understanding your issue. If you make a change to any file that's not client-only, the server will restart.

0

I see, thanks for clearing it up :) Indeed, Live Edit saves files on every change to be able to instanly update browser page. Please follow https://youtrack.jetbrains.com/issue/WEB-7093 for updates

0
Avatar
Permanently deleted user

Thanks, I think that might be the same issue I have.
Without Live Edit, it only restarts when I save files. So if it's saving on every keypress, that would explain it.

0

请先登录再写评论。