File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,6 @@ export class LanguageClientAuth {
185185 kinds : [ ProfileKind . IamRoleSourceProfile ] ,
186186 name : profileName ,
187187 settings : {
188- region : '' ,
189188 sso_session : '' ,
190189 role_arn : roleArn ,
191190 source_profile : sourceProfile ,
@@ -196,7 +195,6 @@ export class LanguageClientAuth {
196195 kinds : [ ProfileKind . IamUserProfile ] ,
197196 name : profileName ,
198197 settings : {
199- region : '' ,
200198 sso_session : '' ,
201199 aws_access_key_id : accessKey ,
202200 aws_secret_access_key : secretKey ,
@@ -208,8 +206,6 @@ export class LanguageClientAuth {
208206 kinds : [ ProfileKind . Unknown ] ,
209207 name : profileName ,
210208 settings : {
211- region : '' ,
212- sso_session : '' ,
213209 aws_access_key_id : '' ,
214210 aws_secret_access_key : '' ,
215211 aws_session_token : '' ,
You can’t perform that action at this time.
0 commit comments