gordyf / vscode-perforce

Perforce basic commands for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-perforce

Perforce basic commands for Visual Studio Code

  • add - Open a new file to add it to the depot
  • edit - Open an existing file for edit
  • revert - Discard changes from an opened file
  • diff - Display diff of client file with depot file

Installation

Simply copy the files to your vscode extensions folder

  • Windows %USERPROFILE%\.vscode\extensions
  • Mac $HOME/.vscode/extensions
  • Linux $HOME/.vscode/extensions

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Requirements

Visual Studio Code v0.10.x (November 2015)

Credits

License

MIT

About

Perforce basic commands for Visual Studio Code

License:MIT License


Languages

Language:JavaScript 100.0%