Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rush] Integrate phased builds with VS Code #3651

Draft
wants to merge 62 commits into
base: main
Choose a base branch
from

Conversation

dmichon-msft
Copy link
Contributor

@dmichon-msft dmichon-msft commented Sep 26, 2022

Summary

Exploratory hack project to control a phased Rush build from a VS Code extension and present the developer with the current build states of all phases in all requested projects.

Should ideally be combined with #3162, as the objectives are orthogonal

Details

Provides a VSCode panel that allows the developer to select one or more Rush projects as in scope, and trigger a worker thread that will watch for file saves and perform incremental phased rush builds, reporting the status of all operations to the UX.

How it was tested

rush build -T vscode-extension
Invoke npm run watch in apps/vscode-extension
Run the provided VSCode launch configuration option
Set "rush.useWorkspaceRushVersion": false in VSCode settings in the launched extension host window.
Ensure that the workspace being tested in is configured to allow the version of node that VSCode is running in
Reload the window (Ctrl+R)
Open the Rush tab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

2 participants