i trying to connect to TFS in VS code. i was install the Extension - "Visual Studio Team Services Extension for Visual Studio Code". i turn the workspace to "local" and sign in Successfully. and i add the root for the path in the "user settings" like this:
{
"tfvc.location": "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\IDE\\tf.exe",
"tfvc.restrictWorkspace": true,
"window.zoomLevel": 2,
}
but now when i try to run a command, like:
Team: Associate work item
i geting the error:
Unable to validate the collection assuming 'DefaultCollection'
any idea what the problem? mayby i miss any step? thanks!