- Visit: https://github.com/Microsoft/team-explorer-everywhere/releases
- Download:
TEE-CLC-14.114.0.zip(if version is 14.114.0) - Unzip it and put it somewhere like in your
$HOMEdirectory. - Create an alias in your shell profile file (
~/.zshrcfor zsh for example):
alias tf="$HOME/TEE-CLC-14.114.0/tf"Open a terminal window in the folder where you want to get the files.
tf workspace -new -collection:https://[your domain].visualstudio.com/DefaultCollection/ [your workspace name]tf workspacestf workfold -map "$/[path of the directory on the server]" "[absolute path to current folder]" -collection:https://[your domain].visualstudio.com/DefaultCollection/ -workspace:"[your workspace name]"tf getNow you should be ready to follow this tutorial in order to use tfs inside VSCode.
Happy coding!