Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Unable to find the TF executable #295

Closed
tracker1 opened this issue Jul 31, 2017 · 6 comments
Closed

Unable to find the TF executable #295

tracker1 opened this issue Jul 31, 2017 · 6 comments
Labels

Comments

@tracker1
Copy link

OS: MacOS Sierra
VS Code: 1.14.2
VSTS Plugin Version: current as of 2017-07-31
TF: Team Explorer Everywhere Command Line Client (version 14.120.0.201706271643)

Tried opening VS Code on a directory I checked out via the Eclipse plugin, and getting the following error:

(team) Unable to find the TF executable. Please ensure TF is installed and the path specified contains the filename. Provided path: /usr/local/bin/tf

TF is installed at that location...

$ which tf
/usr/local/bin/tf

I installed via brew install tee-clc

@jeffyoung jeffyoung added the bug label Aug 10, 2017
@jeffyoung
Copy link
Contributor

Hi @tracker1, thanks for trying out the extension.

I was able to reproduce this when installing with brew (admittedly, I've never installed it that way... I've always just extracted the zip from the GitHub releases). I'll need to investigate but installing from GH releases might be a workaround.

@tracker1
Copy link
Author

@jeffyoung may try that... I was just trying what seemed like the most straight forward approach.

@jeffyoung
Copy link
Contributor

Thanks @tracker1. I've got a PR out where I've updated the code to also check for symlinks for tf. The code that was failing was attempting to ensure that it was a file (and thus failed). The next release (due out soon) will contain the fix for that. That said, I don't think our team actually releases via Homebrew but I appreciate you reporting the issue.

@jeffyoung
Copy link
Contributor

I just released v1.122.0 that has a fix for this. Please reopen if you don't see it working as intended. Thanks!

@tracker1
Copy link
Author

@jeffyoung I'm pretty sure the brew recipe just grabs the release archive and sets it up under the appropriate homebrew file structure with symlinks.

Thanks for addressing this issue.

@rodydavis
Copy link

For those wondering like myself, if you install via home-brew the path was this for me:
/usr/local/Cellar/tee-clc/14.134.0/libexec/tf

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants