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 Nov 6, 2020. It is now read-only.
I'm having some trouble using some of functionality of Visual Studio Team Services Extension.
When I enable logging at debug level I see these errors in the log file:
error: [0908] Error showing pinned query work items arg.startsWith is not a function
and
error: [0908] Error showing work item queries arg.startsWith is not a function
It seems like there is no problem getting the list of work items but trying to open one from the list generates an error.
I have version 1.11.2 of VSCode and 1.11.7.1 of the extension.
Running on Windows 10.
The text was updated successfully, but these errors were encountered:
UrlBuilder introduced this issue. The problem is that when pushing the object onto results, id was being pushed as a number (not a string). The client was then assuming the value was a string (since ...args was typed as string[]). That typing was no help here.
I'm having some trouble using some of functionality of Visual Studio Team Services Extension.
When I enable logging at debug level I see these errors in the log file:
and
It seems like there is no problem getting the list of work items but trying to open one from the list generates an error.
I have version 1.11.2 of VSCode and 1.11.7.1 of the extension.
Running on Windows 10.
The text was updated successfully, but these errors were encountered: