redhat-developer / redhat-developer/vscode-java
Log import progress to a `LogOutputChannel` not a Terminal
Open
Nobody has claimed this yet.
import
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
It's surprising that we use a terminal to log project import progress instead of using an output channel. It would be better if we could log such things to an output Channel.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the project import progress logging and the existing Terminal usage, then inspect how output channels are configured in the extension. Done means import progress is logged to a LogOutputChannel instead of a Terminal; no specific file or test is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devtools
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100