vscode-ext-restore-from-main
An very tiny vscode extension that allows users to revert a selected file from main branch.
Installation
Install from the VS Code Marketplace by searching for "vscode-ext-restore-from-main" or use:
code --install-extension smallstack.vscode-ext-restore-from-main
Development & Contributing
- Clone the repository
- Run
npm install to install dependencies
- Run
npm run compile to build the extension
- Open the folder in VS Code and press
F5 to test in debug mode
- Make your changes and submit a pull request
Publishing
To publish a new version to the VS Code Marketplace:
- Update the version in
package.json
- Run
npm run compile to build
- Install
vsce: npm install -g @vscode/vsce
- Login:
vsce login smallstack
- Publish:
vsce publish
| |