We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d387d9 commit ffbe671Copy full SHA for ffbe671
modules/setting/config.go
@@ -44,6 +44,10 @@ func DefaultOpenWithEditorApps() OpenWithEditorAppsType {
44
DisplayName: "Intellij IDEA",
45
OpenURL: "jetbrains://idea/checkout/git?idea.required.plugins.id=Git4Idea&checkout.repo={url}",
46
},
47
+ {
48
+ DisplayName: "Gitpod",
49
+ OpenURL: "https://gitpod.io/#{url}",
50
+ },
51
}
52
53
0 commit comments