sebastiw / edts

Erlang Development Tool Suite
GNU Lesser General Public License v3.0
355 stars 82 forks source link

EDTS behaves itself quite strangely with helm-projectile #200

Open qrilka opened 9 years ago

qrilka commented 9 years ago

When trying to open a file with helm-projectile-find-file it fails with the message

File mode specification error: (error "EDTS: Could not start main server")
edts-api-ensure-server-started: EDTS: Could not start main server

And at the same time "ordinary" C-x C-f works fines and initializes EDTS project with no problem After that helm-projectile-find-file seem to start working but every opened file in the project seems to reinitialize EDTS node as I see in *Messages* the following:

EDTS [info]: Initializing node for project xxx
EDTS [info]: Node xxx started
EDTS [info]: Successfully intialized node xxx
andrey-smirnov commented 7 years ago

I have the same problem, but second time helm-projectile-find-file works fine, but first time it fails with

File mode specification error: (error "EDTS: Could not start main server")