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
{{ message }}
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
VSS.init({explicitNotifyLoaded: true,usePlatformScripts: true});VSS.require(["VSS/Controls","VSS/Controls/Combos","TFS/WorkItemTracking/Contracts","TFS/WorkItemTracking/RestClient","TFS/WorkItemTracking/Services"],function(wControls,wCombos,wItemContracts,wItemRestClient,wItemServices){//TODO: do something...VSS.notifyLoadSucceeded();});
vss-extension.dev.json:
package.json
javascript code:
google chrome browser console log:
GET
http://localhost:3000/_public/_Bundling/DynamicBundles?scripts=TFS%2FWorkItemTracking%2FContracts%3B*RestClient%3B*Services%3BVSS%2FControls%3B*Controls%2FCombos&v=Dev17.M153.3&theme=Default&loc=zh-CN&json
404 (Not Found)The
TFS/WorkItemTracking/RestClient
script is part ofvss-web-extension-sdk
, so it should not request my localhost.I think it is a bug.
The text was updated successfully, but these errors were encountered: