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: missing dependencies.json for pyyaml + enable_cells #15

Merged
merged 2 commits into from
Sep 2, 2024

Commits on Nov 30, 2023

  1. chore: add missing dependencies.json

    We need pyyaml to open phpstan.neon (very similar to Yaml)
    Pierre committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    49779bb View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. fix: breaking change from SublimeLinter

    There is a new setting, enable_cells, introduced in SublimeLinter version 4.26.0:
    https://github.com/SublimeLinter/SublimeLinter/releases/tag/4.26.0
    
    This new setting caused an issue with this plugin, so I have added enable_cells to the default values.
    
    Alternatively, a workaround is to change the selector from "source.php" to "embedding.php, source.php".
    Pierre Clavequin committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    b59dbf6 View commit details
    Browse the repository at this point in the history