Replies: 1 comment
-
Are these commands being run as part of the project import / build support contributions the Bazel extension contributes ? If so, most of the methods you might implement in those classes (eg. So it should be possible to just report progress on those monitors. You can create a sub-monitor, change the task name and report progress that way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As part of the Bazel extension we are executing Bazel commands. In Eclipse I am using the Eclipse Console View to show command execution including command output to users. This happens in addition to a Job showing unknown progress in the Progress View.
I noticed that jobs are reported to clients using events/progress reporting between JDTLS and a language client. Is there any mechanism in JDTLS to report command execution and its output (including Ansi escape codes) to a language client?
I do have a VS Code extension and could plug into VS Code terminal to create a custom terminal (similar to what I do in the Eclipse UI). However, I am wondering how to get the output from JDTLS via the existing language server client communication channel. I'd like to avoid opening a separate socket unless this is the only way?
Beta Was this translation helpful? Give feedback.
All reactions