We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba6210 commit 2b8b25cCopy full SHA for 2b8b25c
packages/core/src/codewhisperer/region/regionProfileManager.ts
@@ -63,13 +63,11 @@ export class RegionProfileManager {
63
64
get clientConfig(): CodeWhispererConfig {
65
if (!this.authProvider.isConnected()) {
66
-
67
throw new ToolkitError('trying to get client configuration without credential')
68
}
69
70
// builder id should simply use default IAD
71
if (this.authProvider.isBuilderIdConnection()) {
72
73
return defaultServiceConfig
74
75
0 commit comments