Sundar-Natarajan / vscode-perforce

Perforce basic commands for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-perforce

GitHub issues Dependency Status
Dev Dependency Status
GitHub license button VS Code marketplace button Gitter chat button

Perforce integration for Visual Studio Code

Commands

  • 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
  • info - Display client/server information

Status bar icons

  • check opened in add or edit
  • file-text not opened on this client
  • circle-slash not under client's root

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


Change log

0.1.7 - 2016-05-11

  • the perforce command path can be configured in settings (#15, thanks @hoovercj)

0.1.6 - 2016-03-31

  • Fix a temporary file issue on Windows

0.1.5 - 2016-03-30

  • Show diff in a compare window
  • Fix issue #10 - change warning boxes for status bar messages

0.1.4 - 2016-01-21

  • Fix issue #9 - check for a valid p4 root before running automatic commands

0.1.3 - 2015-12-21

  • status bar icons
  • options to run add,edit,delete on file operations (thanks @jel-massih)

0.1.2 - 2015-11-18

  • info to display client/server information
  • Fix issue #2 - set open folder as working directory for p4 commands

0.1.1 - 2015-11-15

  • activationEvents (thanks @egamma)
  • QuickPick on cancel

0.1.0 - 2015-11-14

  • MIT License
  • new icon
  • vscode API 0.10.x

0.0.3 - 2015-10-18

  • group commands in QuickPick

0.0.2 - 2015-10-18

  • add command on a new file
  • diff current file in output log
  • icon

0.0.1 - 2015-10-18

  • edit command on opened file
  • revert command on opened file

About

Perforce basic commands for Visual Studio Code

License:MIT License


Languages

Language:JavaScript 100.0%