Skip to content

Commit b48c713

Browse files
authored
feat(codecatalyst): disable "Sign out" in Cloud9
1 parent 14b52de commit b48c713

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
"default": false
259259
},
260260
"samcliConfirmDevStack": {
261-
"type": "boolean",
261+
"type": "boolean",
262262
"default": false
263263
},
264264
"remoteConnected": {
@@ -1865,7 +1865,7 @@
18651865
},
18661866
{
18671867
"command": "aws.auth.signout",
1868-
"when": "viewItem == awsAuthNode",
1868+
"when": "viewItem == awsAuthNode && !isCloud9",
18691869
"group": "0@3"
18701870
},
18711871
{
@@ -1890,6 +1890,7 @@
18901890
},
18911891
{
18921892
"command": "aws.auth.signout",
1893+
"enablement": "!isCloud9",
18931894
"group": "0@3"
18941895
}
18951896
]
@@ -2034,7 +2035,8 @@
20342035
{
20352036
"command": "aws.auth.signout",
20362037
"title": "%AWS.command.auth.signout%",
2037-
"category": "%AWS.title%"
2038+
"category": "%AWS.title%",
2039+
"enablement": "!isCloud9"
20382040
},
20392041
{
20402042
"command": "aws.auth.help",

0 commit comments

Comments
 (0)