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
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
The text was updated successfully, but these errors were encountered:
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 problemAfter 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:The text was updated successfully, but these errors were encountered: