microsoft / microsoft/vscode-java-debug
Unable to add a folder to java sourcePath in recent Language Server version
まだ誰も着手していません。
- 主要言語
- TypeScript
- スター
- 591
- フォーク
- 429
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 19
説明
I have a enum class which is generated during build time.
package com.xxx.xx.xx.i18n;
public enum MessageIds {
/**
- An error occurred while updating an existing site.
*/
RTSUI02014E,
}
rest-shared\target\generated-sources\java
the above class is generated in the generated-sources.
Problem : The file is showing in the Workspace view but file is not showing in Java Project view
it worked in previous version . after upgrading the Language Server Add to sourcePath is not working.
Environment
- Windows
- JDK version: 8
- Visual Studio Code version: 1.80.0
- Java extension version: v0.25.12
- Java Debugger extension version: v0.52.0
Steps To Reproduce
The file is showing in the Workspace view but file is not showing in Java Project view
Current Result
Expected Result
Additional Informations
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、生成されたソースパス rest-shared\target\generated-sources\java を使用して Windows で問題を再現し、現在の動作を以前の Language Server バージョンと比較します。生成された MessageIds enum が Java Project ビューと Workspace ビューの両方に表示されれば、作業は完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java, vscode
- 領域
- devtools
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100