Skip to content
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

Detect Apama, fix up settings, use stdio LSP, miscellaneous cleanup #63

Draft
wants to merge 22 commits into
base: master
Choose a base branch
from

Conversation

bph-c8y
Copy link
Collaborator

@bph-c8y bph-c8y commented Jan 17, 2025

  • Aim to automatically detect Apama installations.
  • Fix up settings to be properly rendered (i.e. use camelcase)
  • Use the new stdio interface
  • Other cleanup

TODO:

  • Make sure eplbuddy processes aren't being leaked. Relying on the VSCode LanguageClient to do so because it launches the process, but not entirely sure it is working.
  • Doc

Improve our ability to find Apama processes on the system.
- Default apamahome assumed Windows.
- Various descriptions implied the set value was the default, which is obviously not true if it is configurable.
- Remove option for a "Remote" language server: while it currently works, it will soon be removed, and is antithetical to how MS expect you to run a Language Server.
VSCode automatically parses camel case names to be separate words.
We're going to use this to gate all advanced functionality.
Also, some renaming of things to less generic names.
- Remove all networking artifacts.
- Let the Language Client handle spawning the process (and thus, process
	cleanup).
- Remove language server networking configuration options.
- Remove all process cleanup code, and associated libraries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant