Visual Studio Code Team Foundation Server integration ― This is a work in progress...
You MUST have a Visual Studio with Team Foundation Server features to be able to use this extension.
- Open up VS Code
- Type
F1
- Type
ext
in command palette. - Select
Extensions: Install Extension
and hitENTER
- Type
tfs
- Select
TFS
extension and hitENTER
Hit Alt + T
to list available commands for the current edited file.
- Automatic Checkout (for Edit) when a file is modified.
- Add
- Checkin
- Get (entire workspace)
- Status (Pending Changes)
- Undo
Please report any issue or comment here.
To be able to contribute to TFS development, you need to be at ease with NodeJS language and Git usage.
git clone https://github.com/ivangabriele/vscode-tfs.git
cd vscode-tfs
npm install
npm install grunt-cli -g
grunt githooks
The last command create a pre-commit
hook to ensure that you don't commit anything if tests fail.
- Checkin multiple files
- File name in status bar message (when suitable)
- Exclude command