Closed HymanZHAN closed 1 year ago
Hi!
Thanks for the bug report and it's very interesting one for me, because it works for me if I run the extension locally, however, with bundled package it works differently. I will take a look.
Can you try to launch UI5 Linter for your project?
npm install ui5plugin-linter -g
ui5linter
It outputs the UI5 Version, will it be 1.114.0 or 1.84.30?
It shows 1.114.0
Thanks!
Apparently, package for fetching rc
files does not work well with webpack
, because it uses dynamic requires, as a result the bundle is damaged.
I will think how it can be solved.
Please try now
Seems to be working now.
Describe the bug
In my
package.json
, I have:Document links are linked to v1.84.30 docs. It seems the
ui5version
option is not respected during parsing.To Reproduce Steps to reproduce the behavior:
Expected behavior
The link should lead me to v1.114.0 docs.
Screenshots
plugin 1.7.2
plugin 1.8.0
Desktop (please complete the following information):
Additional context
I believe this is a regression.
Project attachment N/A