Skip to content

Commit ffbe671

Browse files
committed
add gitpod
1 parent 5d387d9 commit ffbe671

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: modules/setting/config.go

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ func DefaultOpenWithEditorApps() OpenWithEditorAppsType {
4444
DisplayName: "Intellij IDEA",
4545
OpenURL: "jetbrains://idea/checkout/git?idea.required.plugins.id=Git4Idea&checkout.repo={url}",
4646
},
47+
{
48+
DisplayName: "Gitpod",
49+
OpenURL: "https://gitpod.io/#{url}",
50+
},
4751
}
4852
}
4953

0 commit comments

Comments
 (0)