Skip to content

Commit 0107eaf

Browse files
jeanp413roboquat
authored andcommitted
Add function:sendHeartBeat scope
1 parent de67bd4 commit 0107eaf

File tree

1 file changed

+1
-0
lines changed
  • components/server/src/oauth-server

1 file changed

+1
-0
lines changed

components/server/src/oauth-server/db.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ function createVSCodeClient(protocol: "vscode" | "vscode-insiders"): OAuthClient
7171
{ name: "function:getWorkspace" },
7272
{ name: "function:getWorkspaces" },
7373
{ name: "function:getSSHPublicKeys" },
74+
{ name: "function:sendHeartBeat" },
7475
{ name: "resource:default" },
7576
],
7677
};

0 commit comments

Comments
 (0)