Skip to content

Commit

Permalink
Add function:sendHeartBeat scope
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanp413 authored and roboquat committed Jul 13, 2022
1 parent de67bd4 commit 0107eaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/server/src/oauth-server/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ function createVSCodeClient(protocol: "vscode" | "vscode-insiders"): OAuthClient
{ name: "function:getWorkspace" },
{ name: "function:getWorkspaces" },
{ name: "function:getSSHPublicKeys" },
{ name: "function:sendHeartBeat" },
{ name: "resource:default" },
],
};
Expand Down

0 comments on commit 0107eaf

Please sign in to comment.