microsoft / azure-devops-extension-sample

Sample web extension for Azure DevOps
MIT License
235 stars 154 forks source link

Widget uri fix #155

Open magobrillo opened 2 months ago

magobrillo commented 2 months ago

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.

NHuy-Tung commented 2 months ago

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