Run PatchProof reviews from inside VS Code against your current Git changes.
Features
- Adds a PatchProof activity bar view.
- Lets you enter the task your code change is supposed to satisfy.
- Collects the active repository's current Git diff.
- Sends the task and diff to the PatchProof backend.
- Renders the returned merge-readiness report in the sidebar.
Backend
By default, the extension calls:
http://patchproof-alb-1732344178.us-east-2.elb.amazonaws.com
You can override this in VS Code settings:
{
"patchproof.apiUrl": "http://localhost:8000"
}
Usage
- Open a Git repository in VS Code.
- Make or keep local changes in the working tree.
- Open the PatchProof view from the activity bar.
- Enter the task description.
- Select Run PatchProof.
Local Development
npm install
npm run compile
Press F5 in VS Code to launch an Extension Development Host.