Gerard Roche
Gerard Roche
See https://github.com/sublimelsp/LSP/issues/2380#issuecomment-1907192013 I think it's this: https://github.com/amphp/process/blob/v1.1.4/lib/Internal/Posix/Runner.php#L197 ``` @\posix_kill($pid, 9); ``` When there is an error, `$pid` is null and this causes everything to crash. When add a null check,...
This is an issue in amphp/process dependency. I've sent a patch: https://github.com/amphp/process/pull/68 When it's merged, the dependency can be updated to get the patch.
I confirmed that it was the `posix_kill()` calls in https://github.com/amphp/process/pull/68/files. Essentially, if the pid is null, `posix_kill()` kills most open programs. I think it might be technically something like, all...
I don't think coverage works with ST4 yet due to package dependency issues in Package Control for ST4. Package Control 4 might solve this (re issues like https://github.com/wbond/package_control/issues/1612). I only...
Your plugin is maybe not compatible with ST3.
By "jump to a folder inside a project", you mean it would open a new Sublime window with that folder? Basically **Sesame: Open** for any folder that can be navigated...
> It's not dead, just not under active development. https://github.com/spadgos/sublime-jsdocs/issues/430
Perhaps @spadgos can add me as a maintainer and I can maybe handle some PR's?
This is for all languages? **Show a startup log** Open the console: `View > Show Console` and get a copy the startup log. **Enable command logging** Get a log of...
You're getting: ``` chr evt: * (0x2a) chr evt: * (0x2a) key evt: tab command: insert_best_completion {"default": " ", "exact": false} ``` The jsdocs command is not being called. The...