You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm. I suspect that this is due to the proc macro not being built until something uses it, but the only things that can use it are marked with client and server features, and those will only get built once the project is built for the first time.
I don't know if there's anything we can do to fix this per se, but I'll try making new_package build the package once it's created and that should hopefully alleviate it.
Repro:
ambient new test
ambient.toml
:testy
has red squiggly lines under it, but when I pressctrl-.
it doesn't show "Import ..." to me, it only shows "Generate testy function"The text was updated successfully, but these errors were encountered: