microsoft/azure-devops-extension-sample

Widget uri fix

magobrillo opened this issue · 1 comments

Widget.html didn't load for me. I fixed the problem by editing Widget.json and WidgetConfiguration.json as follows:
"uri": "Widget/Widget.html"
to
"uri": "dist/Widget/Widget.html"
and
"uri": "WidgetConfiguration/WidgetConfigutation.html"
to
"uri": "dist/WidgetConfiguration/WidgetConfigutation.html"

This aligns with the uri settings for the other samples.

Widget.html không tải cho tôi. Tôi đã khắc phục sự cố bằng cách chỉnh sửa Widget.json và WidgetConfiguration.json như sau: "uri": "Widget/Widget.html" thành "uri": "dist/Widget/Widget.html" và "uri": "WidgetConfiguration/WidgetConfigutation .html" thành "uri": "dist/WidgetConfiguration/WidgetConfigutation.html"

Điều này phù hợp với cài đặt uri cho các mẫu khác.

Many thanks