Shinji Kashihara
Shinji Kashihara
The following was my lack of knowledge. No problem. --- Current https://github.com/microsoft/vscode-gradle/blob/cdad052f7bcd11baf3f8819ff05b2e86dbfe7dad/extension/src/server/GradleServer.ts#L53-L57 Isn't it necessary to specify the options name like below? ```typescript this.process = cp.spawn(`"${cmd}"`, args, { cwd: cwd,...
> I would have expected: > a) whatever the JAVA_HOME sais, and the java.import.gradle.java.home is not set, > it's using the JAVA_HOME for gradle import also. (command line is using...
Could be related. https://github.com/karatelabs/vscode-extension/issues/21
SonarLint 追加検討したいと思います。 参考: Eclipse Marketplace 30 日間ランキング * 7位 SonarLint ★3264 * 21位 Checkstyle Plug-in ★1286 * 35位 SpotBugs Eclipse plugin ★956 削除プラグイン候補 * NTail
SonarLint を[ワークスペース全体の設定のデフォルトとして無効にできず](https://stackoverflow.com/questions/48786932/disable-sonarlint-automatic-analysis-in-eclipse-by-default)(以下は可能)、大量にプロジェクトを開いているような既存ユーザーへの影響が大きすぎるため、プラグイン追加は見送りたいと思います。 * プロジェクト単位での無効化 * 設定の「ファイル除外」や「ルール構成」を使って無効化 代わり?に、SonarLint 設定画面の翻訳で足りてない部分が多かったので、Pleiades に翻訳を追加し、次回リリース予定です。
Considering why `java.home` was changed to `java.jdt.ls.java.home`, Maven should avoid using `java.jdt.ls.java.home`. Also, in the near future RedHat's embedded JRE will be version 21, so using `java.jdt.ls.java.home` will be confusing....