An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# VSCode Appraise

Provide a [git appraise](https://github.com/google/git-appraise) Interface to VSCode to

![preview](https://github.com/user-attachments/assets/369f757b-2fbd-46ff-acbe-b22431f6d023)
Advanced Example
preview

- 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`