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.
function:sendHeartBeat
1 parent de67bd4 commit 0107eafCopy full SHA for 0107eaf
components/server/src/oauth-server/db.ts
@@ -71,6 +71,7 @@ function createVSCodeClient(protocol: "vscode" | "vscode-insiders"): OAuthClient
71
{ name: "function:getWorkspace" },
72
{ name: "function:getWorkspaces" },
73
{ name: "function:getSSHPublicKeys" },
74
+ { name: "function:sendHeartBeat" },
75
{ name: "resource:default" },
76
],
77
};
0 commit comments