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 hit ENTER
- Type
tfs
and hit ENTER
- Select
atom-tfs
extension and hit ENTER
Available commands
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 ?)
Links