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
the julia extension of VSCode does not recognize the syntax of CBinding
The closing brace of a @cstruct raises a parse error (red wiggly line)
Additionally the @cstruct definition along with all fields are not recognized, and as such any future reference to these types in the code shows a "Missing reference" error
The text was updated successfully, but these errors were encountered:
Enabling syntax highlighting in code editors should be realizable now for the contents of c"..." and cxx"..." blocks as it is now just standard C/C++ code embedded in the file.
the julia extension of VSCode does not recognize the syntax of CBinding
The closing brace of a @cstruct raises a parse error (red wiggly line)
Additionally the @cstruct definition along with all fields are not recognized, and as such any future reference to these types in the code shows a "Missing reference" error
The text was updated successfully, but these errors were encountered: