FrigoEU / psc-ide-vim

Vim plugin for psc-ide
96 stars 36 forks source link

Add option "--editor-mode" on project startup #151

Closed VlkrS closed 3 years ago

VlkrS commented 4 years ago

Reference: https://github.com/purescript/purescript/issues/2249

This fixes the reported issue in psc-ide with very high CPU consumption even when idle on my end.

alextes commented 3 years ago

From what I understand vscode has this as an option, as I don't understand the full ramifications I'd prefer we have an option to turn it on as well. Would you be interested in making that change @VlkrS ?

kritzcreek commented 3 years ago

The flag shouldn't be necessary anymore with current versions of the IDE server.

paluh commented 3 years ago

EDIT: @kritzcreek was 2.37 seconds faster with his response ;-)


@alextes - I think that we should close this all together as purs ide server deprecates usage of --editor-mode (it starts in this mode by default now).

alextes commented 3 years ago

Great, done! Thanks for the help 🙏 .