0.4.0 • Published 9 years ago
atom-tfs v0.4.0
atom-tfs
TFS plugin for Atom ― This is a work in progress...
Important !
You MUST have Visual Studio and Team Foundation Server Power Tools installed to be able to use this extension.
Installation
- Open up Atom
- Type
CTRL+MAJ+P
- Type
install
in command palette. - Select
Settings View: Install Packages And Themes
and hitENTER
- Type
tfs
and hitENTER
- Select
atom-tfs
extension and hitENTER
Available commands
- Checkin
- Get
- Undo
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 it the tests are not successful.
Roadmap
- Auto-checkout to be able to edit files without manually checking them out.
- Check In comment to add a "check in" comment (and make it mandatory ?)