Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI5LanguageAssistant/context-error since 1.121.0 #694

Closed
whydrae opened this issue Mar 8, 2024 · 3 comments
Closed

UI5LanguageAssistant/context-error since 1.121.0 #694

whydrae opened this issue Mar 8, 2024 · 3 comments
Assignees

Comments

@whydrae
Copy link

whydrae commented Mar 8, 2024

Hello colleagues,

The extension is failing in my project since 1.121.0 with the error UI5LanguageAssistant/context-error.

I checked the logs and found only the following:

{
  "label": "@ui5-language-assistant/semantic-model",
  "level": "trace",
  "message": "sap.fe.core.rootView.RootViewBaseController is a UnresolvedType and not a class (class sap.fe.core.rootView.NavContainer extends it) [SAPUI5:1.121.0]",
  "time": "2024-03-08T09:03:52.555Z"
}
{
  "label": "@ui5-language-assistant/semantic-model",
  "level": "trace",
  "message": "Unknown type: sap.fe.core.buildingBlocks.BuildingBlockBase [SAPUI5:1.121.0]",
  "time": "2024-03-08T09:03:52.555Z"
}
{
  "label": "@ui5-language-assistant/semantic-model",
  "level": "trace",
  "message": "sap.fe.core.buildingBlocks.BuildingBlockBase is a UnresolvedType and not a class (class sap.fe.macros.MacroAPI extends it) [SAPUI5:1.121.0]",
  "time": "2024-03-08T09:03:52.555Z"
}
{
  "label": "@ui5-language-assistant/semantic-model",
  "level": "trace",
  "message": "Unknown type: boolean  [SAPUI5:1.121.0]",
  "time": "2024-03-08T09:03:52.555Z"
}
{
  "label": "@ui5-language-assistant/semantic-model",
  "level": "trace",
  "message": "Unknown type:  string [SAPUI5:1.121.0]",
  "time": "2024-03-08T09:03:52.555Z"
}
{
  "label": "@ui5-language-assistant/semantic-model",
  "level": "trace",
  "message": "Unknown type: boolean  [SAPUI5:1.121.0]",
  "time": "2024-03-08T09:03:52.555Z"
}
{
  "label": "@ui5-language-assistant/semantic-model",
  "level": "trace",
  "message": "Unknown type:  string [SAPUI5:1.121.0]",
  "time": "2024-03-08T09:03:52.555Z"
}
[Trace - 10:03:52] Received notification 'UI5LanguageAssistant/context-error'.
Params: {}
@MN-public
Copy link
Contributor

@whydrae
Thanks for reporting the issue, we are looking into it

@marufrasully
Copy link
Contributor

@whydrae
Thanks for reporting the issue. This issue is fixed and can be tested using this .vsix. Please test it and close the issue if everything is fine. Thanks and regards.

@whydrae
Copy link
Author

whydrae commented Mar 12, 2024

@whydrae Thanks for reporting the issue. This issue is fixed and can be tested using this .vsix. Please test it and close the issue if everything is fine. Thanks and regards.

Thank you for the quick fix! I tested it a bit and it works fine so far: I don't see any error in the Output panel, formatting and autocompletion work as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants