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
Currently, when non-standalone XSLT stylesheet modules there may be issues due to 'missing' imports that are actually provided by a parent stylesheet module. The potential issues are:
Problems reported for references to undeclared symbols like variables names or function calls
No auto-completion for symbols that are available in the 'missing' imports
No 'Goto Definition' for references to symbols that are defined in the 'missing' imports