You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.arg("Start-Process powershell -Verb runAs -ArgumentList '-NoExit','-Command','wsl --install -d Ubuntu-24.04; Write-Host \"`nA restart is required to finish installing WSL. After restarting, open CrossCode and click Install WSL again to finish the installation.\"; Read-Host \"Press Enter to close\"'")
74
+
.arg("Start-Process powershell -Verb runAs -ArgumentList '-NoExit','-Command','wsl --install Ubuntu-24.04; Write-Host \"`nIf this is your first time installing WSL, a restart is required to finish. After restarting, open CrossCode and click Install WSL again to finish the installation.\"; Read-Host \"Press Enter to close\"'")
0 commit comments