-
Notifications
You must be signed in to change notification settings - Fork 78
Atom ide being deprecated #273
Comments
Yes, it is no longer being developed.
Interesting, it still works fine for me. Is there a specific issue? There may be native modules that need prebuilt binaries for those without build tools, but it should work once installed. But |
So I tried it on windows just now and I'm not getting the navtive binaries error I'm getting on Manjaro. Still, I'm not seening any logs that are under the warning level from my server. |
Are you implying you can see error diagnostics? Maybe you have set
I don't know anything about debugging |
No, not diagnostics in a language server sense. But real log messages. Was under the impression it's from this project:
|
Oh. Still don't know anything about it though (clearly 😅) |
There is a community project, intending to replace atom-ide-ui: https://github.com/atom-ide-community But it seems a few more contributors could be beneficial. |
If you want to talk directly to the current maintainers of the atom ide community project, they're on the slack (atomio.slack.com) under the #atom-ide channel |
Development of atom-languageclient has officially moved to https://github.com/atom-ide-community/atom-languageclient 🎉 |
Hey there,
I'm an language server author and not a atom user. But as far as I can tell atom-ide-ui is dead (and I can't get it to work anymore).
So how would I go and make my language server available for atom users?
This is the draft I'm working on https://github.com/elm-tooling/ide-elm
The text was updated successfully, but these errors were encountered: