jonnyboyC / kos-ide

The atom plugin for the KOS-kerboscript
MIT License
1 stars 1 forks source link

Unable to get atom-languageclient to activate #1

Open jonnyboyC opened 5 years ago

jonnyboyC commented 5 years ago

To the best of my knowledge, atom-languageclient has incorporated as intended, very closely mirror the ide-typescript package.

In main.ts the language server can be activated manually by the following

  export const client = new KosLanguageClient();
  client.activate();

This will activate the server responding the user edits with diagnostics in the console. This does not appear to activate atom-ide-ui in any capacity.

dfrison01 commented 4 years ago

So just to clarify, does the language server need to be activated? Because in the ide-kos description it says that it already defaults to the bundled version. I'm available to try and help if there's any other issue. Sorry in advance for my bad english!

jonnyboyC commented 4 years ago

Sorry, I thought I had made a comment a few days ago. But yes the issue is the language server does not activate. I can manually trigger it to activate in the console to provide diagnostics but none of the other features are working.