Gerard Roche
Gerard Roche
I think it might be easier to use package control ST version specific tags ``` // If your package is only compatible with specific builds of // Sublime Text, this...
I can't reproduce it. But haven't been able to test on a mac yet. I left a comment here: https://github.com/NeoVintageous/NeoVintageous/pull/819/files#r1033433715 about something to try to debug the issue.
I should note that the Origami plugin is required for some windowing behaviours to work properly e.g. it's required for closing empty panes when closing views and window splitting (e.g....
Overriding in the user setting probably means that something is blocking or overriding the default setting. Sometimes this can happen if a settings file get corrupted, perhaps during an update....
I've added an attempt at supporting a cmd.exe strategy for running tests, but you can try using the `phpunit.prepend_cmd` setting for custom strategies (you don't need the dev branch for...
See https://github.com/gerardroche/sublime-phpunit#strategies
You can take advantage of the new `phpunit.prepend_cmd` settings so you can now do ``` "phpunit.prepend_cmd": ["docker", "exec", "-it", "my-container"] ```
I added dedicated support for SSH and Docker. I haven't been able to test the Docker support directly, but it should work in theory. If you get a chance to...
These type of issues are incredibly difficult to reproduce. Usually clearing caches like workspace files, closing all views and restarting fresh resolves it. Until I can reproduce the issues I...
I can reproduce the issue using most layouts. For example, in English (UK) 1. `cs'` 2. `alt+{char}` When a regular character is pressed Sublime emits a character event: ``` chr...