File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 258
258
"default" : false
259
259
},
260
260
"samcliConfirmDevStack" : {
261
- "type" : " boolean" ,
261
+ "type" : " boolean" ,
262
262
"default" : false
263
263
},
264
264
"remoteConnected" : {
1865
1865
},
1866
1866
{
1867
1867
"command" : " aws.auth.signout" ,
1868
- "when" : " viewItem == awsAuthNode" ,
1868
+ "when" : " viewItem == awsAuthNode && !isCloud9 " ,
1869
1869
"group" : " 0@3"
1870
1870
},
1871
1871
{
1890
1890
},
1891
1891
{
1892
1892
"command" : " aws.auth.signout" ,
1893
+ "enablement" : " !isCloud9" ,
1893
1894
"group" : " 0@3"
1894
1895
}
1895
1896
]
2034
2035
{
2035
2036
"command" : " aws.auth.signout" ,
2036
2037
"title" : " %AWS.command.auth.signout%" ,
2037
- "category" : " %AWS.title%"
2038
+ "category" : " %AWS.title%" ,
2039
+ "enablement" : " !isCloud9"
2038
2040
},
2039
2041
{
2040
2042
"command" : " aws.auth.help" ,
You can’t perform that action at this time.
0 commit comments