windows resize

pull/5370/head
bunsenstraat 3 months ago
parent 23865edda7
commit 22c94b43de
  1. 11
      .circleci/config.yml

@ -238,6 +238,17 @@ jobs:
parallelism: 10
working_directory: ~/remix-project
steps:
- run:
name: Restart local mstsc
command: psexec64.exe -accepteula -nobanner -i 0 mstsc /v:localhost /w:3840 /h:2160
background: true
shell: powershell.exe
- run: name: Naive impl to wait until the screen stretches command: Start-Sleep 5
- run:
name: Get screen info
command: |
Add-Type -AssemblyName System.Windows.Forms
[System.Windows.Forms.Screen]::AllScreens | fl *
- checkout
- attach_workspace:
at: .

Loading…
Cancel
Save