Skip to content

Commit

Permalink
fix: add generate participant ID action
Browse files Browse the repository at this point in the history
  • Loading branch information
nedpals committed Feb 9, 2024
1 parent 5d69a98 commit 78bae88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vscode-bugbuddy/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ export async function showServerMenu() {
case 'Disconnect server':
await disconnectServer();
break;
case 'Generate new participant ID':
await generateParticipantId();
break;
}
}
}
Expand Down

0 comments on commit 78bae88

Please sign in to comment.