Matt Revell

Results 2 comments of Matt Revell

[Maybe related?](https://github.com/withfig/fig/issues/1633) restarting fig manually through the terminal has re-activated completion, but seems to have got a lot buggier recently.

Not ideal, however you can work round it using one of [these](https://typicode.github.io/husky/#/?id=with-a-custom-script) solutions. I went with this solution: ```json "prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code...