Originally reported by: Dan Kordik (Bitbucket: dkordik, GitHub: dkordik)
Noticed today that my Sublime TFS no longer works. After looking through the latest commit (9e503db0fb31369c2415a2709f81cb43f66f6f6c) I think I've found the culprit:
"tfpt_path": "C:/Program Files (x86)/Microsoft Team Foundation Server 2010 Power Tools/TFPT.exe"
Might want to do a check in the code to see if people have Power Tools, or everyone who doesn't is going to be erroring "WindowsError: [Error 267] The directory name is invalid" like me
Original comment byDan Kordik (Bitbucket: dkordik, GitHub: dkordik):
All commands were not working. It's all good now though.. I installed TFPT and restarted, not sure what would happen if I just restarted without installing TFPT.
Originally reported by: Dan Kordik (Bitbucket: dkordik, GitHub: dkordik)
Noticed today that my Sublime TFS no longer works. After looking through the latest commit (9e503db0fb31369c2415a2709f81cb43f66f6f6c) I think I've found the culprit:
Might want to do a check in the code to see if people have Power Tools, or everyone who doesn't is going to be erroring "WindowsError: [Error 267] The directory name is invalid" like me