microsoft / azure-repos-vscode

Azure Repos extension for VS Code
Other
663 stars 450 forks source link

TF VC Workspace not detected #601

Closed enigmab17 closed 3 years ago

enigmab17 commented 4 years ago

TF.exe location: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\TF.exe

Only error I get in the error log is: 2019-12-05T15:38:45.127Z - error: [20040] Execution of the TFVC command line failed unexpectedly.

Not really sure what's the issue. If I run TF Workspace in the same folder via CMD prompt (which I confirmed uses the same TF.exe) I can tell that it's a Local & private workspace. Both cmd prompt and VS Code are opened as the same user.

The log isn't particularly helpful even though I've tried setting it to Verbose & debug.

Any assistance would be great!