Skip to content

Commit

Permalink
add gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
wxiaoguang committed Feb 22, 2024
1 parent 5d387d9 commit ffbe671
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/setting/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ func DefaultOpenWithEditorApps() OpenWithEditorAppsType {
DisplayName: "Intellij IDEA",
OpenURL: "jetbrains://idea/checkout/git?idea.required.plugins.id=Git4Idea&checkout.repo={url}",
},
{
DisplayName: "Gitpod",
OpenURL: "https://gitpod.io/#{url}",
},
}
}

Expand Down

0 comments on commit ffbe671

Please sign in to comment.