rescript-lang / rescript-lang/rescript-vscode
Improve workflow in monorepos
Nobody has claimed this yet.
- Dominant language
- ReScript
- Stars
- 354
- Forks
- 63
- Avg merge
- 11h 29m
- Merged PRs (30d)
- 1
Description
When working in a monorepo (like this - https://github.com/jacobp100/technicalc-core), the build will only start when you open a file in one of the packages, and will only build that package. It would be nice to be able to build all packages concurrently
Also, if you close all open files, the build stops, and needs to be restarted when opening another file
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
No files, tests, or entry points are named. Start by locating the VSCode plugin's build-trigger workflow and how it handles open files in a monorepo. Confirm that all packages can build concurrently and that the build continues after all files are closed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- vscode
- Domain
- build-system, developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100