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

Watch for webview changes to avoid manual building #1463

Open
dotNomad opened this issue Apr 27, 2024 · 1 comment
Open

Watch for webview changes to avoid manual building #1463

dotNomad opened this issue Apr 27, 2024 · 1 comment

Comments

@dotNomad
Copy link
Collaborator

Right now whenever we make an update to a webview we need to do a npm run build on that project, and re-launch the VSCode extension debugger.

We could potentially use compound tasks to run both the vite --watch and the esbuild --watch at the same time so this is no longer necessary.

https://code.visualstudio.com/docs/editor/tasks#_compound-tasks

@mmarchetti
Copy link
Contributor

For now, let's document dev workflows that are known to work.

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

No branches or pull requests

2 participants