redhat-developer / redhat-developer/vscode-java
Editing classpath file requires restart of VS Code
まだ誰も着手していません。
- 主要言語
- TypeScript
- スター
- 2.3k
- フォーク
- 546
- 平均マージ
- 20時間 1分
- マージ済み PR(30日)
- 11
説明
Originally created by @VanessaLange at Microsoft/vscode-java-debug#576
When adding a jar to the classpath file the program won't build any longer and you get the error message: "Build failed, do you want to continue?" You have to restart VS Code before it works again.
Environment
- Operating System: macOS Mojave Version 10.14.4 (also Windows 10)
- JDK version: openjdk version "1.8.0_212"
- Visual Studio Code version: 1.33.1
- Java extension version: 0.43.0
- Java Debugger extension version: 0.17.0
Steps To Reproduce
- Create a new Java Project
- Add a jar to the classpath
- Try to run the program
Current Result
The build fails and you cannot run the program.
Expected Result
Either building works out of the box when editing the classpath or at least we get a message that restarting VS Code is required.
Additional Informations
The language server is loaded correctly (thumbs up icon).
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
新しい Java Project で classpath に jar を追加し、VS Code でプログラムを実行して失敗を再現します。Java extension が classpath の編集とビルド状態をどのように処理するかを追跡します。完了条件は、VS Code を再起動せずにプロジェクトをビルドして実行できること、または再起動が必要な場合を明確に報告することです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java, vscode
- 領域
- build-system, developer-experience
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100