Alex Boyko
Alex Boyko
@damieng is there a good place in `AtomEnvironment` to register `workspace/executeCommand` handlers? We found `CommandRegistry` but that registry seem to be UI/Command Palette specific... wasn't clear how to invoke the...
This seems to be important for JDT LS extensions. JDT LS extensions were introduced for vscode java debugger: https://github.com/Microsoft/vscode-java-debug
Actually, it's not just YAML, it's `Java Properties` as well... `property = ^` doesn't work, but `property = t^` works or `property=^` also works. Don't think we need to include...
To reproduce: 1. Open Atom 2. Open package installer 3. Search for `cf-manifest-yaml` and install the latest version This package lets you edit `manifest.yml` files which are application deployment manifests...
With 2.2.7 Boot CLI it just shuts down without the errors. With 2.3.0 Boot CLI there is a stack trace: ``` [main] ERROR org.springframework.cloud.launcher.cli.LauncherCommand - Error running spring cloud java.lang.reflect.InvocationTargetException...
Cloud CLI 2.1.0 is the last version where it worked.
There doesn't seem to be any CA supported for `minutes` and `seconds` streams... I do see the exception above but no text is inserted by the CA... Looks like with...
You probably need to start the SCDF server as well. UI talks to it via a proxy...
I'll give this a try
@Tazaf any chance you can attach some simplified version of your project that reproduces the issue? I've tried running the tests from **spring-petclinic** project with `boot-java.live-information.automatic-connection.on` enabled and the tests...