https://github.com/yne/git-appraise-vscode
Git appraise in VSCode
https://github.com/yne/git-appraise-vscode
Last synced: 8 months ago
JSON representation
Git appraise in VSCode
- Host: GitHub
- URL: https://github.com/yne/git-appraise-vscode
- Owner: yne
- License: apache-2.0
- Created: 2025-01-05T21:55:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-28T14:15:13.000Z (over 1 year ago)
- Last Synced: 2025-03-13T09:35:50.572Z (over 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VSCode Appraise
Provide a [git appraise](https://github.com/google/git-appraise) Interface to VSCode to

Advanced Example

- List `request` and `discuss` in a [tree view](https://github.com/microsoft/vscode-extension-samples/tree/main/tree-view-sample)
- Display discuss using [CommentThread](https://github.com/microsoft/vscode-extension-samples/tree/main/comment-sample)
- Create discuss/request object via JSON editor + JSON schemas
## Build
- `zip ./appraise.vsix main.js package.json`
- `code --install-extension ./appraise.vsix`