generalov / vscode-tfs

TFS extension for Visual Studio Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open TFS source code file in VS Code

aruntestgit opened this issue · comments

I am trying to checkout the file in VS Code but getting below error.

Error: spawn "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\TF.exe" ENOENT

I got to resolve this. I was adding double quotes around the path. I removed quotes and it worked for me. Thanks