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
When trying to open a file with
helm-projectile-find-file
it fails with the messageAnd at the same time "ordinary"
C-x C-f
works fines and initializes EDTS project with no problem After thathelm-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: