-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Directory name with "." #36
Comments
Hi! I don't seem to be able to reproduce this. At least not in a way that is dependent on the project-root. Is it possible that you're not setting the value for the project's node-sname in the config? Since the default is to use the project's name this would in this case make the project node try to start with a "." in it's sname which will crash. Have you verified that the project-node is actually up and running? When opening the first module in the project, you should get two additional buffers. One called |
Setting the node-sname in the config solved the problem, thanks. Fantastic job, by the way :) |
Thanks!:) I added a call to replace invalid characters in node-names so you should hopefully not need the node-sname config anymore. |
A project directory with a "." (such as foo.bar) in it is causing an error when saving a file:
"EDTS [error]: Unexpected reply: (500 Internal Server Error)
Renaming the project directory to remove the "." fixes the problem
The text was updated successfully, but these errors were encountered: