eclipse-theia/theia

[vscode] error thrown when attempting to display the build output of a java project

Open

#6,697 建立於 2019年12月5日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)TypeScript (18,676 star) (2,478 fork)batch import
bughelp wantedjavavscode

描述

Description

Testing Java and compiling with maven, I noticed in VSCode, they report the result of the JAVA compilation when opening the window. This is missing in Theia and I think it looks nice. The end-user knows the computer is compiling the JAVA project. See the terminal view in the attached picture.

Reproduction Steps

  1. install the necessary java dependencies and plugins
    • remove @theia/java and @theia/java-debug
    • include @theia/vscode-builtin-java
    • include plugins from the java extension pack - note: in order to use the extension pack the following is required (#6682)
  2. open a java project with maven (ex: my-app-tar.gz)
  3. test the automatic build of the project using VS Code
  4. test the automatic build of the project using Theia

VSCodeJavaBuild


Additional Info OS and Theia version: OS: Ubuntu 16.04 Theia: eb74d4a

貢獻者指南