Skip to content

Commit 8fce296

Browse files
authored
fix: disable codecatalyst manageConnections from command palette (aws#4782)
Problem: - toolkit auth and codecatalyst manageConnections both show "Add New Connection" in the command palette Solution: - we can hide codecatalyst manageConnections because it's a wrapper around the toolkit auth command that sets the source
1 parent 9440c63 commit 8fce296

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,10 @@
795795
"command": "aws.codecatalyst.listCommands",
796796
"when": "false"
797797
},
798+
{
799+
"command": "aws.codecatalyst.manageConnections",
800+
"when": "false"
801+
},
798802
{
799803
"command": "aws.codecatalyst.openDevEnv",
800804
"when": "!isCloud9"

0 commit comments

Comments
 (0)