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
{{ message }}
This repository was archived by the owner on Aug 15, 2024. It is now read-only.
VSCode and Goland have a button that allows users to regenerate the CGo definitions, which is pretty much required when using CGo. Without it, you have to constantly restart gopls every time you reference a new C identifier.
Here's an example of the button:
This or something similar should be added to allow users to use CGo properly in Lapce.