ols icon indicating copy to clipboard operation
ols copied to clipboard

When I try to auto complete raw_data() it doesn't auto complete.

Open joaocarvalhoopen opened this issue 1 year ago • 1 comments

Hello,

I have a small bug to report....

When I try to auto complete raw_data() it doesn't auto complete. It doesn't even appear in the list.

Thank you,

Best regards, João Nuno Carvalho

joaocarvalhoopen avatar Dec 25 '23 12:12 joaocarvalhoopen

This is because base is now split out of core. So runtime, builtin, and intrinsics will not get recognized. I put in an issue to add that to the automatic ols.json. But you can fix it for each folder by updating your ols.json like I did in this post. https://github.com/DanielGavin/ols/issues/312

ghost avatar Feb 21 '24 17:02 ghost