Fig Mixins are not applied when not running in dev mode
Reproduce:
- Create a mixin for
cd& compile it - Move compiled
cd.jsfile to~/.fig/user/autocomplete/build/cd.js - Mixin will not be applied and logs do not indicate that loading the mixin was attempted.
@mschrage it is working correctly for me. It may happen that the mixins do not load correctly at the first attempt because we cache resolved specs (including mixings), but reloading the app make it work fine.
Hmm… I tried restarting the app, even reinstalling and copying again but still don’t see the mixin output unless in dev mode. What build number are you using?
The last one both for fig app and for autocomplete engine. I can confirm it works correctly, I have just tried to create another mixin and it was loaded instantly. @burgessa23 it would be helpful if you could post the output of fig settings all.
@fedeci here you go:
app.beta = true app.launchOnStartup = true autocomplete.devCompletionsFolder = "/Users/axburgess/.fig/user/autocomplete/build" autocomplete.developerMode = false autocomplete.developerModeNPM = false autocomplete.developerModeNPMInvalidateCache = false autocomplete.disable = false autocomplete.firstTokenCompletion = true autocomplete.scrollWrapAround = true autocomplete.theme = "synthwave-84" dotfiles.beta = true integrations.experimental = true plugins.beta = true telemetry.disabled = false
I'm having the same problem reported here.
I'm facing the same issue here. My mixins stopped working these days and I haven't managed to get them back
@fedeci any news about it?