0.6.0 • Published 7 years ago

vscode-tfs v0.6.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

TFS extension for Visual Studio Code

Visual Studio Code Team Foundation Server integration    This is a work in progress...

Build Status npm version Dependency Status devDependency Status


Important !

You MUST have a Visual Studio with Team Foundation Server features to be able to use this extension.

Installation

  1. Open up VS Code
  2. Type F1
  3. Type ext in command palette.
  4. Select Extensions: Install Extension and hit ENTER
  5. Type tfs
  6. Select TFS extension and hit ENTER

Usage

Hit Alt + T to list available commands for the current edited file.

Features

  • Automatic Checkout (for Edit) when a file is modified.

List of available commands

  • Add
  • Checkin
  • Get (entire workspace)
  • Status (Pending Changes)
  • Undo

Issues

Please report any issue or comment here.

Contribute

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.

Roadmap

  1. Checkin multiple files
  2. File name in status bar message (when suitable)
  3. Exclude command

Links

0.6.0

7 years ago

0.5.3

7 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago