microsoft / microsoft/vscode-java-dependency
Better sorting the children of project node
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 199
- Forks
- 105
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 27
Description
LGTM overall. One small thing: can we adjust the order of source sets? Showing main/test source sets before the generated source sets would be better.
after:

before:

Originally posted by @CsCherrYY in https://github.com/microsoft/vscode-java-dependency/pull/730#pullrequestreview-1377119435
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
The issue names no files, tests, or entry points. Locate the project-node tree construction and its child/source-set sorting, then inspect how generated and main/test source sets are identified; done means main and test source sets appear before generated source sets as shown in the issue images.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript, vscode
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100