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 13e66a2 commit b1ef79eCopy full SHA for b1ef79e
components/server/src/oauth-server/db.ts
@@ -84,6 +84,7 @@ const jetBrainsGateway: OAuthClient = {
84
{ name: "function:getGitpodTokenScopes" },
85
{ name: "function:getIDEOptions" },
86
{ name: "function:getOwnerToken" },
87
+ { name: "function:sendHeartbeat" },
88
{ name: "function:getWorkspace" },
89
{ name: "function:getWorkspaces" },
90
{ name: "function:listenForWorkspaceInstanceUpdates" },
0 commit comments