Skip to content

Commit

Permalink
remove Delete Stored Passwords command declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
devhawk committed Aug 20, 2024
1 parent 767c661 commit 9cd53fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@
"category": "DBOS",
"icon": "$(log-out)"
},
{
"command": "dbos-ttdbg.delete-stored-passwords",
"title": "Delete Stored Passwords",
"category": "DBOS"
},
{
"command": "dbos-ttdbg.shutdown-debug-proxy",
"title": "Shutdown Debug Proxy",
Expand Down
1 change: 0 additions & 1 deletion src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { setApplicationName } from './setAppName';

export const cloudLoginCommandName = "dbos-ttdbg.cloud-login";
export const deleteDomainCredentialsCommandName = "dbos-ttdbg.delete-domain-credentials";
export const deleteStoredPasswordsCommandName = "dbos-ttdbg.delete-stored-passwords";
export const getProxyUrlCommandName = "dbos-ttdbg.get-proxy-url";
export const launchDashboardCommandName = "dbos-ttdbg.launch-dashboard";
export const launchDebugProxyCommandName = "dbos-ttdbg.launch-debug-proxy";
Expand Down

0 comments on commit 9cd53fc

Please sign in to comment.