Perforce basic commands 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 file
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)