Perforce integration for Visual Studio Code
add- Open a new file to add it to the depotedit- Open an existing file for editrevert- Discard changes from an opened filediff- Display diff of client file with depot fileinfo- Display client/server information
Simply copy the files to your vscode extensions folder
- Windows
%USERPROFILE%\.vscode\extensions - Mac
$HOME/.vscode/extensions - Linux
$HOME/.vscode/extensions
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
Visual Studio Code v0.10.x (November 2015)
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,deleteon file operations (thanks @jel-massih)
0.1.2 - 2015-11-18
infoto display client/server information- Fix issue #2 - set open folder as working directory for
p4commands
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
addcommand on a new filediffcurrent file in output log- icon
0.0.1 - 2015-10-18
editcommand on opened filerevertcommand on opened file