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 filediff revision- Display diff of client file with depot file at a specific revisioninfo- 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 v1.6.x