How about installing VS Code on a #GitHub Windows runner? This allows you to do this unattended.
runs-on: windows-latest
steps:
- uses: gbraad-actions/install-vscode-action@main
- name: Run VS Code serve-web
run: |
code serve-web --host 0.0.0.0 --without-connection-token
Handy with #Tailscale when you want to debug the build on a runner. Pr even to quickly enable RDP and log in.
