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

fix: locator selection and outputChannel selector #138

Commits on Sep 23, 2024

  1. fix:

        The locator selection by vscode version did not work, because the vscode version was overwritten by the underlying chrome version and "122" was larger than all vscode versions. The vscode version is now preserved and use for locator selection.
    
        As of vscode 1.87.0 the bottombar's outputChanel selector does not have an attribute title anymore. The locator for 1.87.0 was thus added.
    jan872 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d022533 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. fix: fixed no-trailing-spaces

    jan872 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7ff6044 View commit details
    Browse the repository at this point in the history