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
In some versions of AngelScript, the #include tag doesn't need to be filled with the .as extension, is it possible to auto-complete the .as extension when it try to find file?
The text was updated successfully, but these errors were encountered:
To request file analysis from the Language Server in VSCode, the file extension must be specified (you can check this in the package.json, where .as is currently associated with angelscript).
Therefore, recognizing an AngelScript file without specifying the extension may be more difficult than expected.
I apologize, but further research is needed to determine a proper implementation method, so there may be a delay in resolving this issue.
In some versions of AngelScript, the #include tag doesn't need to be filled with the
.as
extension, is it possible to auto-complete the.as
extension when it try to find file?The text was updated successfully, but these errors were encountered: