Feat: Create Merge Request (#149)
- Adds the ability to create MRs to the plugin - Adds the ability to jump to specific discussions/notes in the browser - Fixes stale icons - Adds debug keybinding for discussion tree for developers
This commit is contained in:
committed by
GitHub
parent
35f0bc16a5
commit
37a53842d0
@@ -20,5 +20,5 @@ func main() {
|
||||
log.Fatalf("Failed to initialize project settings: %v", err)
|
||||
}
|
||||
|
||||
startServer(client, projectInfo)
|
||||
startServer(client, projectInfo, gitInfo)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user