redhat-developer / redhat-developer/vscode-java

Add command to switch "autobuild" on/off

オープン
#2,054 コメント 1 件 リアクション 4 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

compile ux
主要言語
TypeScript
スター
2.3k
フォーク
546
平均マージ
20時間 1分
マージ済み PR(30日)
11

説明

Hi,

most of the time I run maven build outside of vscode in the terminal. This interferes with the extension's way of detecting changes. It seems that the extension also starts building, which leads to alot of ClassNotFoundExceptions in the maven build (probably because vscode deleted the already build classes while the maven build was running).

To circumvent this I used to temporarily disable the auto build feature back when I was using Eclipse.
I know this is also possible via the settings menu.

Environment
  • Operating System: macOS 11.5.1 (20G80)
  • JDK version: openjdk version "15" 2020-09-15
  • Visual Studio Code version: 1.60.0-insider
  • Java extension version: v0.18.2
Steps To Reproduce
  1. Start a long running maven build (something simple will not work)
  2. See ClassNotFoundExceptions in the maven build
Expected Result
  • Add the `Autobuild: Enabled/Disabled" settings to the command pallet
  • Add the `Autobuild: Enabled/Disabled" to the status bar, at least to show the status, better even to allow to toggle the setting.

This would allow to easily switch between those two modes.

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

この issue は、既存の autobuild 設定とその settings-menu での実装を指している。まず、その設定と、拡張機能のコマンドおよびステータスバーの登録箇所を探す。長時間実行される Maven の再現を検証し、次に Command Palette とステータスバーから設定を切り替えられること、また有効または無効の状態が表示されることを確認する。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
java, typescript, vscode
領域
build-system, developer-experience, tooling
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。