⠀
⠀
Not sure if this helpful, because it requires running VS Code first, but it is possible to get the extensions loaded into VS Codium. ```sh cp -R ~/.vscode/extensions/* ~/.vscode-oss/extensions ```...
@fchrvncss You can already do this. Once you have the right app/window added to your favorites, right click on it, and switch from "Auto-maximize" to "Adjust window bounds". It will...
@WilsonNet Yup, that works too. As long as you want the game left-aligned on your screen.
@jennifer-shehane I just got the PR into a buildable state. I believe that I have changed the correct type definition, but it's possible that other types need modification as well....
> @jonhermansen > > Maybe it would be a good time to update the comments here? The examples are from legacy Cypress `9.7.0` and earlier. > > "config_passing_spec.js" => "config_passing_spec.cy.js"...
I'm not sure why CI hasn't run. The Snyk failures don't appear to have anything to do with my changes.
I spent some time today reproducing and debugging this issue. The "crash" as it were would actually be fixed by upgrading to the upstream `[email protected]` library, However, instead of the...
Small update: it would also be helpful to update to a later version of the xdg-open script in general. When testing this functionality under GNOME 3, I found that xdg-open...
> Seeing this crash on Cypress 12.12.0 on Ubuntu 22.04. Browsers Chrome and Firefox are installed. > > ``` > Exited with code 4 > Error: Exited with code 4...
Also, your terminal may have different environment variable values set than what is available to Cypress. Depends on how you are launching the Cypress UI.